update
This commit is contained in:
parent
adcd5e8035
commit
d47d5e8a16
38 changed files with 38 additions and 21 deletions
|
|
@ -14,6 +14,7 @@ map $http_upgrade $connection_upgrade {
|
|||
}
|
||||
server {
|
||||
listen %ip%:%proxy_ssl_port% ssl http2;
|
||||
listen [::]:%proxy_ssl_port% ssl http2;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
ssl_certificate %ssl_pem%;
|
||||
ssl_certificate_key %ssl_key%;
|
||||
|
|
@ -35,17 +36,6 @@ server {
|
|||
}
|
||||
}
|
||||
|
||||
location /a552d878db04/ {
|
||||
proxy_redirect off;
|
||||
proxy_pass http://127.0.0.1:30875;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Host $http_host;
|
||||
}
|
||||
|
||||
location /portainer/ {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $http_host; # required for docker client's sake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue