From af8afcf93149f8625babe0dd3d96921502df2029 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Thu, 18 Oct 2018 08:41:13 +0100 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6004cd08..82ca5e4a 100644 --- a/readme.md +++ b/readme.md @@ -193,7 +193,7 @@ location / { } ``` -If you are using HTTPS and things aren't working try adding `FORCE_HTTPS=true` to the end of your `.env` file +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: