Maybe some forwarded host header action?

This commit is contained in:
Colin Diem
2021-04-08 23:06:26 -04:00
parent 8d46d42db1
commit 0a8488b679

View File

@@ -80,6 +80,7 @@ server {
location / { location / {
include /etc/nginx/includes/proxy.conf; include /etc/nginx/includes/proxy.conf;
proxy_set_header X-Forwarded-Host $host:443;
proxy_pass https://192.168.1.202:9443; proxy_pass https://192.168.1.202:9443;
} }