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

@ -23,7 +23,7 @@ server {
#include /config/nginx/authentik-server.conf; #include /config/nginx/authentik-server.conf;
location / { location / {
#enable the next two lines for http auth # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;

View file

@ -24,7 +24,7 @@ server {
#include /config/nginx/authentik-server.conf; #include /config/nginx/authentik-server.conf;
location / { location / {
#enable the next two lines for http auth # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;

View file

@ -22,7 +22,7 @@ server {
#include /config/nginx/authentik-server.conf; #include /config/nginx/authentik-server.conf;
location / { location / {
#enable the next two lines for http auth # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;

View file

@ -22,7 +22,7 @@ server {
#include /config/nginx/authentik-server.conf; #include /config/nginx/authentik-server.conf;
location / { location / {
#enable the next two lines for http auth # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;

View file

@ -23,7 +23,7 @@ server {
#include /config/nginx/authentik-server.conf; #include /config/nginx/authentik-server.conf;
location / { location / {
#enable the next two lines for http auth # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;

View file

@ -22,7 +22,7 @@ server {
#include /config/nginx/authentik-server.conf; #include /config/nginx/authentik-server.conf;
location / { location / {
#enable the next two lines for http auth # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;

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 pgadmin container is named pgadmin
# make sure that your dns has a cname set for pgadmin # make sure that your dns has a cname set for pgadmin
@ -22,7 +22,7 @@ server {
#include /config/nginx/authentik-server.conf; #include /config/nginx/authentik-server.conf;
location / { location / {
#enable the next two lines for http auth # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;
@ -42,6 +42,9 @@ 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;
# Hide proxy port to prevent CSRF errors
proxy_hide_header X-Forwarded-Port;
# Uncomment to allow loading in an iframe (i.e. Organizr) # Uncomment to allow loading in an iframe (i.e. Organizr)
#proxy_hide_header X-Frame-Options; #proxy_hide_header X-Frame-Options;
} }

View file

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

View file

@ -22,7 +22,7 @@ server {
#include /config/nginx/authentik-server.conf; #include /config/nginx/authentik-server.conf;
location / { location / {
#enable the next two lines for http auth # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;