File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Version 2022/09/08
2- # make sure that your dns has a cname set for wrapperr and that your wrapperr container is not using a base url
1+ ## Version 2023/02/17
2+ # make sure that your wrapperr container is named wrapperr
3+ # make sure that your dns has a cname set for wrapperr
34
45server {
56 listen 443 ssl;
@@ -17,6 +18,9 @@ server {
1718 # enable for Authelia (requires authelia-location.conf in the location block)
1819 #include /config/nginx/authelia-server.conf;
1920
21+ # enable for Authentik (requires authentik-location.conf in the location block)
22+ #include /config/nginx/authentik-server.conf;
23+
2024 location / {
2125 # enable the next two lines for http auth
2226 #auth_basic "Restricted";
@@ -28,6 +32,9 @@ server {
2832 # enable for Authelia (requires authelia-server.conf in the server block)
2933 #include /config/nginx/authelia-location.conf;
3034
35+ # enable for Authentik (requires authentik-server.conf in the server block)
36+ #include /config/nginx/authentik-location.conf;
37+
3138 include /config/nginx/proxy.conf;
3239 include /config/nginx/resolver.conf;
3340 set $upstream_app wrapperr;
You can’t perform that action at this time.
0 commit comments