diff --git a/.env b/.env index 676a3b2c..f20cdf81 100644 --- a/.env +++ b/.env @@ -28,6 +28,4 @@ MAIL_ENCRYPTION=null PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= -PUSHER_APP_CLUSTER=mt1 - -FORCE_HTTPS=true \ No newline at end of file +PUSHER_APP_CLUSTER=mt1 \ No newline at end of file diff --git a/readme.md b/readme.md index 045e15d2..491be92e 100644 --- a/readme.md +++ b/readme.md @@ -187,6 +187,8 @@ location / { } ``` +If you are using https and things aren't working try adding `FORCE_HTTPS=true` to the end of your .env file + ### Self-signed certificates and local CAs Per default Heimdall uses the standard certificate bundle file (ca-certificates.crt) to verify HTTPS sites and will ignore additional certificates placed in /etc/ssl/certs. If you wish to use enhanced apps with HTTPS sites that use a self-signed certificate or certs signed with your own local CA, you can override the default bundle: