mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-25 14:21:25 +03:00
Pass Host/X-Forwarded-For everywhere
It hasn't mattered much to have these so far, but it's probably a good idea to have them.
This commit is contained in:
@@ -50,6 +50,7 @@ server {
|
||||
proxy_pass http://localhost:8765;
|
||||
{% endif %}
|
||||
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user