Merge pull request #523 from linuxserver/spacing

Fix inconsistent spacing
This commit is contained in:
Eric Nemchik 2023-02-10 22:07:10 -06:00 committed by GitHub
commit 1228f6edfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 16 additions and 12 deletions

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/02/10
# make sure that your pgadmin container is named pgadmin
# make sure that your dns has a cname set for pgadmin
@ -42,6 +42,9 @@ server {
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
# Hide proxy port to prevent CSRF errors
proxy_hide_header X-Forwarded-Port;
# Uncomment to allow loading in an iframe (i.e. Organizr)
#proxy_hide_header X-Frame-Options;
}

View file

@ -26,6 +26,7 @@ server {
# enable for Authentik (requires authentik-location.conf in the location block)
#include /config/nginx/authentik-server.conf;
location / {
# enable the next two lines for http auth
#auth_basic "Restricted";