Try to fix 2

This commit is contained in:
Frank
2026-01-11 15:56:52 +01:00
parent 0c0c71c7b4
commit 34d89129ae
2 changed files with 4 additions and 2 deletions

2
.env
View File

@@ -17,6 +17,8 @@
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=695679907f9c3818e6924d547f872651
TRUSTED_PROXIES=127.0.0.1,172.20.0.1,172.20.0.0/16
TRUSTED_HOSTS=^(localhost|127\.0.0\.1|172\.20\.0\.1)(:[0-9]+)?$
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###

View File

@@ -9,8 +9,8 @@ MAILER_DSN=sendgrid://SG.OAgmIx08Tx-xRp-31ra8Dw.z9iinQv4aXgUD9kOSepyujHvgZYBCean
###< symfony/mailer ###
###> symfony/framework-bundle ###
TRUSTED_PROXIES=127.0.0.1,172.20.0.0/16
TRUSTED_HOSTS=^(escapepage\.com|www\.escapepage\.com|localhost|127\.0.0\.1)(:[0-9]+)?$
TRUSTED_PROXIES=127.0.0.1,172.20.0.1,172.20.0.0/16
TRUSTED_HOSTS=^(escapepage\.com|www\.escapepage\.com|localhost|127\.0.0\.1|172\.20\.0\.1)(:[0-9]+)?$
###< symfony/framework-bundle ###
###> mercure ###