summaryrefslogtreecommitdiffstats
path: root/nginx/theos_kyriasis_com.sls
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2024-06-08 23:31:06 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2024-06-08 23:31:06 +0200
commit2ebdc54ea23cb57e1fa7ee03420e3f34dca2363e (patch)
treec8e710abee097a5823e9b71966f4974a3cdb9623 /nginx/theos_kyriasis_com.sls
parentd190afd6d525e66587e0f7c46b308de524afb4cc (diff)
downloadpillar-2ebdc54ea23cb57e1fa7ee03420e3f34dca2363e.tar.xz
Stop including old X-Forwarded-For and include port
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nginx/theos_kyriasis_com.sls')
-rw-r--r--nginx/theos_kyriasis_com.sls4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/theos_kyriasis_com.sls b/nginx/theos_kyriasis_com.sls
index 61d3d41..d7f7bc0 100644
--- a/nginx/theos_kyriasis_com.sls
+++ b/nginx/theos_kyriasis_com.sls
@@ -84,7 +84,7 @@ nginx:
- proxy_pass: https://127.0.0.1:6697
- proxy_redirect: 'off'
- proxy_set_header: X-Real-IP $remote_addr
- - proxy_set_header: X-Forwarded-For $proxy_add_x_forwarded_for
+ - proxy_set_header: 'X-Forwarded-For $remote_addr:$remote_port'
- proxy_set_header: X-Forwarded-Host $server_name
- location /prometheus/:
@@ -93,7 +93,7 @@ nginx:
- location /rspamd/:
- proxy_pass: http://localhost:11334/
- proxy_set_header: Host $host
- - proxy_set_header: X-Forwarded-For $proxy_add_x_forwarded_for
+ - proxy_set_header: 'X-Forwarded-For $remote_addr:$remote_port'
# vim: ft=yaml et: