Maybe some forwarded host header action?
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user