Skip to content

Fix inconsistent spacing #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beets.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion bookstack.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
6 changes: 3 additions & 3 deletions castopod.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server {
include /config/nginx/ssl.conf;

client_max_body_size 0;

# enable for ldap auth (requires ldap-location.conf in the location block)
#include /config/nginx/ldap-server.conf;

Expand All @@ -20,7 +20,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";
Expand All @@ -43,4 +43,4 @@ server {
proxy_pass $upstream_proto://$upstream_app:$upstream_port;

}
}
}
2 changes: 1 addition & 1 deletion commento.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion documentserver.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion dokuwiki.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion ghost.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion pgadmin.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 1 addition & 0 deletions plex.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion raneto.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down