mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Merge pull request #523 from linuxserver/spacing
Fix inconsistent spacing
This commit is contained in:
commit
1228f6edfd
10 changed files with 16 additions and 12 deletions
|
@ -23,7 +23,7 @@ server {
|
|||
#include /config/nginx/authentik-server.conf;
|
||||
|
||||
location / {
|
||||
#enable the next two lines for http auth
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ server {
|
|||
#include /config/nginx/authentik-server.conf;
|
||||
|
||||
location / {
|
||||
#enable the next two lines for http auth
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ server {
|
|||
#include /config/nginx/authentik-server.conf;
|
||||
|
||||
location / {
|
||||
#enable the next two lines for http auth
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ server {
|
|||
#include /config/nginx/authentik-server.conf;
|
||||
|
||||
location / {
|
||||
#enable the next two lines for http auth
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ server {
|
|||
#include /config/nginx/authentik-server.conf;
|
||||
|
||||
location / {
|
||||
#enable the next two lines for http auth
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ server {
|
|||
#include /config/nginx/authentik-server.conf;
|
||||
|
||||
location / {
|
||||
#enable the next two lines for http auth
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
@ -22,7 +22,7 @@ server {
|
|||
#include /config/nginx/authentik-server.conf;
|
||||
|
||||
location / {
|
||||
#enable the next two lines for http auth
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -22,7 +22,7 @@ server {
|
|||
#include /config/nginx/authentik-server.conf;
|
||||
|
||||
location / {
|
||||
#enable the next two lines for http auth
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue