mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Allow connecting to a containers cline via Portainer's web ui
Same fix as my .subfolder fix.
This commit is contained in:
parent
388a3a7e7f
commit
dda18487c1
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ server {
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_hide_header X-Frame-Options; # Possibly not needed after Portainer 1.20.0
|
proxy_hide_header X-Frame-Options; # Possibly not needed after Portainer 1.20.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue