Skip to content

Commit

Permalink
TRUSTED_HOSTSを完全一致の形式に記述を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
takeuji committed Aug 11, 2022
1 parent c3ecb92 commit d2cd9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
APP_ENV=prod
APP_DEBUG=0
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
#TRUSTED_HOSTS=^localhost$,^example\.com$
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
Expand Down

0 comments on commit d2cd9a5

Please sign in to comment.