From d2cd9a57f89ed6cd894eac2c358f3ccbc3945f58 Mon Sep 17 00:00:00 2001 From: takeuji <8424850+takeuji@users.noreply.github.com> Date: Thu, 11 Aug 2022 22:48:42 +0900 Subject: [PATCH] =?UTF-8?q?TRUSTED=5FHOSTS=E3=82=92=E5=AE=8C=E5=85=A8?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E3=81=AE=E5=BD=A2=E5=BC=8F=E3=81=AB=E8=A8=98?= =?UTF-8?q?=E8=BF=B0=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index 8913c138131..094cc7d5cc6 100644 --- a/.env.dist +++ b/.env.dist @@ -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 ###