From 9c05d0d803fa362b3f20fbbc8c2e3827ba5aeff2 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Wed, 3 Jul 2019 12:59:27 +0100 Subject: [PATCH] Update readme.md --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 747155f6..fc624ebf 100644 --- a/readme.md +++ b/readme.md @@ -137,12 +137,11 @@ location / { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; - proxy_pass https://heimdall:443; + proxy_set_header X-Forwarded-Proto https; + proxy_pass http://heimdall; } ``` -If you are using HTTPS and things aren't working try adding `FORCE_HTTPS=true` to the end of your `.env` file or proxy to the https version of the app. - ### 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: