added note on reverse proxy host header

This commit is contained in:
Jan Friedli 2020-06-26 17:05:08 +02:00
parent 1779c978a6
commit 0bab6f1713
No known key found for this signature in database
GPG key ID: F945FA2FCA30549D

View file

@ -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