mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-07-29 09:18:36 -04:00
added note on reverse proxy host header
This commit is contained in:
parent
1779c978a6
commit
0bab6f1713
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue