From 0bab6f1713ce38f7f1ce1080576ad554ffa73502 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Fri, 26 Jun 2020 17:05:08 +0200 Subject: [PATCH] added note on reverse proxy host header --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6dafe52..35c61b0 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ systemctl restart nginx/apache/… It should now be working. +Note for reverse proxies: Include the Host header to ensure all generated urls are correct. +e.g. for Nginx: `proxy_set_header Host $host;` + # Deploy via Ansible If you happen to be using [Ansible](https://www.ansible.com/), there's an