From fbc1c324639ac1dffee6368a2638df74475a98ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 10 May 2020 17:06:32 +0200 Subject: [PATCH] Updated recipe for framework-bundle. --- .env | 4 ++-- public/index.php | 24 ++---------------------- symfony.lock | 2 +- 3 files changed, 5 insertions(+), 25 deletions(-) diff --git a/.env b/.env index 6e7c8362..49602303 100644 --- a/.env +++ b/.env @@ -15,9 +15,9 @@ ###> symfony/framework-bundle ### APP_ENV=prod -APP_SECRET=74893fb247b116fb5d2c45e3b076c20f +APP_SECRET=a03498528f5a5fc089273ec9ae5b2849 #TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 -#TRUSTED_HOSTS='^localhost|example\.com$' +#TRUSTED_HOSTS='^(localhost|example\.com)$' ###< symfony/framework-bundle ### ###> doctrine/doctrine-bundle ### diff --git a/public/index.php b/public/index.php index 1bd06d3e..8909910e 100644 --- a/public/index.php +++ b/public/index.php @@ -1,24 +1,4 @@