.
This commit is contained in:
parent
2c36f06963
commit
3ff432d92e
@ -8,6 +8,9 @@ server {
|
||||
proxy_ssl_trusted_certificate /etc/rancher/ssl/rancher-server.crt;
|
||||
proxy_ssl_verify off;
|
||||
proxy_set_header Host $host:$server_port;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user