diff options
| author | Jan Friedli | 2020-06-26 17:05:08 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-06-26 17:05:08 +0200 |
| commit | 0bab6f1713ce38f7f1ce1080576ad554ffa73502 (patch) | |
| tree | f07bfdaf5db0da716fb19dd234ec98d6cee59858 /README.md | |
| parent | 1779c978a63d2b825325012577847a59f6aa1bc7 (diff) | |
added note on reverse proxy host header
Diffstat (limited to 'README.md')
| -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 |
