Trust Heroku load balancer

Fix insecure warning in browser when deploying to Heroku
This commit is contained in:
HamuZ HamuZ 2018-08-28 08:18:43 +03:00 committed by GitHub
parent bd5c790043
commit 34fcff7a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ TZ=UTC
# APP_URL and TRUSTED_PROXIES are useful when using Docker and/or a reverse proxy. # APP_URL and TRUSTED_PROXIES are useful when using Docker and/or a reverse proxy.
APP_URL=http://localhost APP_URL=http://localhost
TRUSTED_PROXIES= TRUSTED_PROXIES=**
# The log channel defines where your log entries go to. # The log channel defines where your log entries go to.
LOG_CHANNEL=syslog LOG_CHANNEL=syslog