From d86bb43225826e25e92a4e88d4aa31fbf732e3d3 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:14:58 -0500 Subject: [PATCH] Update _template.subdomain.conf.sample --- _template.subdomain.conf.sample | 6 ++++++ 1 file changed, 6 insertions(+) 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;