diff --git a/_template.subdomain.conf.sample b/_template.subdomain.conf.sample index 0046268..63ef9a7 100644 --- a/_template.subdomain.conf.sample +++ b/_template.subdomain.conf.sample @@ -19,6 +19,9 @@ server { # enable for Authelia (requires authelia-location.conf in the location block) #include /config/nginx/authelia-server.conf; + + # 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 @@ -30,6 +33,9 @@ server { # enable for Authelia (requires authelia-server.conf in the server block) #include /config/nginx/authelia-location.conf; + + # enable for Authentik (requires authentik-server.conf in the server block) + #include /config/nginx/authentik-location.conf; include /config/nginx/proxy.conf; include /config/nginx/resolver.conf;