change edu nginx config
parent
9131580ea8
commit
0cd37a055c
|
@ -12,7 +12,7 @@ server {
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Frame-Options SAMEORIGIN;
|
||||
proxy_pass http://node3.ins:8001;
|
||||
proxy_pass https://node3.ins:8001;
|
||||
proxy_read_timeout 90;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue