Skip to content

Commit b359287

Browse files
authored
Update wrapperr.subdomain.conf.sample
1 parent f7ee9f3 commit b359287

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

wrapperr.subdomain.conf.sample

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

45
server {
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;

0 commit comments

Comments
 (0)