mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-24 07:05:38 -07:00
Allow connecting to container's cline via portainer's web ui
Same fix as my other one in the .subfolder version
This commit is contained in:
parent
f98243d805
commit
631a1c683c
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