Skip to content

Commit 1228f6e

Browse files
authored
Merge pull request linuxserver#523 from linuxserver/spacing
Fix inconsistent spacing
2 parents bb1bd84 + 0754732 commit 1228f6e

10 files changed

+16
-12
lines changed

beets.subdomain.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ server {
2323
#include /config/nginx/authentik-server.conf;
2424

2525
location / {
26-
#enable the next two lines for http auth
26+
# enable the next two lines for http auth
2727
#auth_basic "Restricted";
2828
#auth_basic_user_file /config/nginx/.htpasswd;
2929

bookstack.subdomain.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ server {
2424
#include /config/nginx/authentik-server.conf;
2525

2626
location / {
27-
#enable the next two lines for http auth
27+
# enable the next two lines for http auth
2828
#auth_basic "Restricted";
2929
#auth_basic_user_file /config/nginx/.htpasswd;
3030

castopod.subdomain.conf.sample

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ server {
1111
include /config/nginx/ssl.conf;
1212

1313
client_max_body_size 0;
14-
14+
1515
# enable for ldap auth (requires ldap-location.conf in the location block)
1616
#include /config/nginx/ldap-server.conf;
1717

@@ -20,7 +20,7 @@ server {
2020

2121
# enable for Authentik (requires authentik-location.conf in the location block)
2222
#include /config/nginx/authentik-server.conf;
23-
23+
2424
location / {
2525
# enable the next two lines for http auth
2626
#auth_basic "Restricted";
@@ -43,4 +43,4 @@ server {
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444

4545
}
46-
}
46+
}

commento.subdomain.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server {
2222
#include /config/nginx/authentik-server.conf;
2323

2424
location / {
25-
#enable the next two lines for http auth
25+
# enable the next two lines for http auth
2626
#auth_basic "Restricted";
2727
#auth_basic_user_file /config/nginx/.htpasswd;
2828

documentserver.subdomain.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server {
2222
#include /config/nginx/authentik-server.conf;
2323

2424
location / {
25-
#enable the next two lines for http auth
25+
# enable the next two lines for http auth
2626
#auth_basic "Restricted";
2727
#auth_basic_user_file /config/nginx/.htpasswd;
2828

dokuwiki.subdomain.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ server {
2323
#include /config/nginx/authentik-server.conf;
2424

2525
location / {
26-
#enable the next two lines for http auth
26+
# enable the next two lines for http auth
2727
#auth_basic "Restricted";
2828
#auth_basic_user_file /config/nginx/.htpasswd;
2929

ghost.subdomain.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server {
2222
#include /config/nginx/authentik-server.conf;
2323

2424
location / {
25-
#enable the next two lines for http auth
25+
# enable the next two lines for http auth
2626
#auth_basic "Restricted";
2727
#auth_basic_user_file /config/nginx/.htpasswd;
2828

pgadmin.subdomain.conf.sample

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2023/02/05
1+
## Version 2023/02/10
22
# make sure that your pgadmin container is named pgadmin
33
# make sure that your dns has a cname set for pgadmin
44

@@ -22,7 +22,7 @@ server {
2222
#include /config/nginx/authentik-server.conf;
2323

2424
location / {
25-
#enable the next two lines for http auth
25+
# enable the next two lines for http auth
2626
#auth_basic "Restricted";
2727
#auth_basic_user_file /config/nginx/.htpasswd;
2828

@@ -42,6 +42,9 @@ server {
4242
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444

45+
# Hide proxy port to prevent CSRF errors
46+
proxy_hide_header X-Forwarded-Port;
47+
4548
# Uncomment to allow loading in an iframe (i.e. Organizr)
4649
#proxy_hide_header X-Frame-Options;
4750
}

plex.subdomain.conf.sample

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ server {
2626

2727
# enable for Authentik (requires authentik-location.conf in the location block)
2828
#include /config/nginx/authentik-server.conf;
29+
2930
location / {
3031
# enable the next two lines for http auth
3132
#auth_basic "Restricted";

raneto.subdomain.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server {
2222
#include /config/nginx/authentik-server.conf;
2323

2424
location / {
25-
#enable the next two lines for http auth
25+
# enable the next two lines for http auth
2626
#auth_basic "Restricted";
2727
#auth_basic_user_file /config/nginx/.htpasswd;
2828

0 commit comments

Comments
 (0)