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:
Mark Trolley 2021-10-20 18:04:59 -04:00
commit f771edb7bf
No known key found for this signature in database
GPG key ID: 242DABEEA5361F28
2 changed files with 42 additions and 1 deletions

View file

@ -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/ {