summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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/…
68 68
69It should now be working. 69It should now be working.
70 70
71Note for reverse proxies: Include the Host header to ensure all generated urls are correct.
72e.g. for Nginx: `proxy_set_header Host $host;`
73
71# Deploy via Ansible 74# Deploy via Ansible
72 75
73If you happen to be using [Ansible](https://www.ansible.com/), there's an 76If you happen to be using [Ansible](https://www.ansible.com/), there's an