Skip to content

Commit e7ae054

Browse files
authored
comment out authelia from testing because i forgot to do so
1 parent 9831b44 commit e7ae054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copyparty.subdomain.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ server {
1818
#include /config/nginx/ldap-server.conf;
1919

2020
# enable for Authelia (requires authelia-location.conf in the location block)
21-
include /config/nginx/authelia-server.conf;
21+
#include /config/nginx/authelia-server.conf;
2222

2323
# enable for Authentik (requires authentik-location.conf in the location block)
2424
#include /config/nginx/authentik-server.conf;
@@ -35,7 +35,7 @@ server {
3535
#include /config/nginx/ldap-location.conf;
3636

3737
# enable for Authelia (requires authelia-server.conf in the server block)
38-
include /config/nginx/authelia-location.conf;
38+
#include /config/nginx/authelia-location.conf;
3939

4040
# enable for Authentik (requires authentik-server.conf in the server block)
4141
#include /config/nginx/authentik-location.conf;

0 commit comments

Comments
 (0)