diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -68,6 +68,9 @@ systemctl restart nginx/apache/… | |||
| 68 | 68 | ||
| 69 | It should now be working. | 69 | It should now be working. |
| 70 | 70 | ||
| 71 | Note for reverse proxies: Include the Host header to ensure all generated urls are correct. | ||
| 72 | e.g. for Nginx: `proxy_set_header Host $host;` | ||
| 73 | |||
| 71 | # Deploy via Ansible | 74 | # Deploy via Ansible |
| 72 | 75 | ||
| 73 | If you happen to be using [Ansible](https://www.ansible.com/), there's an | 76 | If you happen to be using [Ansible](https://www.ansible.com/), there's an |
