Maybe some forwarded host header action?2

This commit is contained in:
Colin Diem
2021-04-08 23:09:51 -04:00
parent 0a8488b679
commit e4540a0901

View File

@@ -80,7 +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_set_header X-Forwarded-Host http://cloud.colindiem.com:80;
proxy_pass https://192.168.1.202:9443; proxy_pass https://192.168.1.202:9443;
} }