From 2cf9d2a028ee6a97642709ca8ac518440b9920d1 Mon Sep 17 00:00:00 2001 From: pingufreak <66285053+pingufreak@users.noreply.github.com> Date: Fri, 6 May 2022 09:58:29 +0200 Subject: [PATCH] Update README.md File translation via Apache proxy needs "ProxyPreserveHost On", which is "Off" on some distributions (RHEL8 for instance). Else window.location.host will point to the container IP instead of the host. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db3bf7a..3567f7a 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,8 @@ Remove `#` on the ErrorLog and CustomLog lines to log requests. ProxyPass / http://127.0.0.1:5000/ ProxyPassReverse / http://127.0.0.1:5000/ - + ProxyPreserveHost On + SSLEngine on SSLCertificateFile /etc/letsencrypt/live/[YOUR_DOMAIN]/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/[YOUR_DOMAIN]/privkey.pem