mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-20 21:33:45 -07:00
Create gaps.subdomain.conf.sample
For container: https://hub.docker.com/r/housewrecker/gaps Also fix small typo in portainer.subdirectory.conf.sample.
This commit is contained in:
parent
86c83201c9
commit
f771edb7bf
2 changed files with 42 additions and 1 deletions
|
@ -25,7 +25,7 @@ location ^~ /portainer/ {
|
|||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
rewrite /portainer(.*) $1 break;
|
||||
proxy_hide_header X-Frame-Options; # Possibly nott needed after Portainer 1.20.0
|
||||
proxy_hide_header X-Frame-Options; # Possibly not needed after Portainer 1.20.0
|
||||
}
|
||||
|
||||
location ^~ /portainer/api/websocket/ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue