We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b39a5 commit a720c7cCopy full SHA for a720c7c
qbit-manage.subdomain.conf.sample
@@ -20,7 +20,7 @@ server {
20
#include /config/nginx/authelia-server.conf;
21
22
# enable for Authentik (requires authentik-location.conf in the location block)
23
- # include /config/nginx/authentik-server.conf;
+ #include /config/nginx/authentik-server.conf;
24
25
location / {
26
# enable the next two lines for http auth
@@ -34,7 +34,7 @@ server {
34
#include /config/nginx/authelia-location.conf;
35
36
# enable for Authentik (requires authentik-server.conf in the server block)
37
- # include /config/nginx/authentik-location.conf;
+ #include /config/nginx/authentik-location.conf;
38
39
include /config/nginx/proxy.conf;
40
include /config/nginx/resolver.conf;
0 commit comments