Skip to content

Commit 61b0468

Browse files
authored
Merge pull request #173 from linuxserver/ldaplogin
update ldap login page address
2 parents 1cf4c2b + 93ed849 commit 61b0468

141 files changed

Lines changed: 148 additions & 148 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

adguard.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ server {
2323

2424
# enable the next two lines for ldap auth
2525
#auth_request /auth;
26-
#error_page 401 =200 /login;
26+
#error_page 401 =200 /ldaplogin;
2727

2828
# enable for Authelia
2929
#include /config/nginx/authelia-location.conf;

adminer.subfolder.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ location ^~ /adminer/ {
1010

1111
# enable the next two lines for ldap auth, also customize and enable ldap.conf in the default conf
1212
#auth_request /auth;
13-
#error_page 401 =200 /login;
13+
#error_page 401 =200 /ldaplogin;
1414

1515
# enable for Authelia, also enable authelia-server.conf in the default site config
1616
#include /config/nginx/authelia-location.conf;

airsonic.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ server {
2424

2525
# enable the next two lines for ldap auth
2626
#auth_request /auth;
27-
#error_page 401 =200 /login;
27+
#error_page 401 =200 /ldaplogin;
2828

2929
# enable for Authelia
3030
#include /config/nginx/authelia-location.conf;

airsonic.subfolder.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ location ^~ /airsonic {
77

88
# enable the next two lines for ldap auth, also customize and enable ldap.conf in the default conf
99
#auth_request /auth;
10-
#error_page 401 =200 /login;
10+
#error_page 401 =200 /ldaplogin;
1111

1212
# enable for Authelia, also enable authelia-server.conf in the default site config
1313
#include /config/nginx/authelia-location.conf;

bazarr.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ server {
2323

2424
# enable the next two lines for ldap auth
2525
#auth_request /auth;
26-
#error_page 401 =200 /login;
26+
#error_page 401 =200 /ldaplogin;
2727

2828
# enable for Authelia
2929
#include /config/nginx/authelia-location.conf;

bazarr.subfolder.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ location ^~ /bazarr/ {
1010

1111
# enable the next two lines for ldap auth, also customize and enable ldap.conf in the default conf
1212
#auth_request /auth;
13-
#error_page 401 =200 /login;
13+
#error_page 401 =200 /ldaplogin;
1414

1515
# enable for Authelia, also enable authelia-server.conf in the default site config
1616
#include /config/nginx/authelia-location.conf;

beets.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ server {
2424

2525
#enable the next two lines for ldap auth
2626
#auth_request /auth;
27-
#error_page 401 =200 /login;
27+
#error_page 401 =200 /ldaplogin;
2828

2929
# enable for Authelia
3030
#include /config/nginx/authelia-location.conf;

beets.subfolder.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ location /beets {
77

88
# enable the next two lines for ldap auth, also customize and enable ldap.conf in the default conf
99
#auth_request /auth;
10-
#error_page 401 =200 /login;
10+
#error_page 401 =200 /ldaplogin;
1111

1212
# enable for Authelia, also enable authelia-server.conf in the default site config
1313
#include /config/nginx/authelia-location.conf;

bitwarden.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ server {
2424

2525
# enable the next two lines for ldap auth
2626
#auth_request /auth;
27-
#error_page 401 =200 /login;
27+
#error_page 401 =200 /ldaplogin;
2828

2929
# enable for Authelia
3030
#include /config/nginx/authelia-location.conf;

boinc.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ server {
2323

2424
# enable the next two lines for ldap auth
2525
#auth_request /auth;
26-
#error_page 401 =200 /login;
26+
#error_page 401 =200 /ldaplogin;
2727

2828
# enable for Authelia
2929
#include /config/nginx/authelia-location.conf;

0 commit comments

Comments
 (0)