You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _template.subdomain.conf.sample
+9-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
## Version 2022/09/08
1
+
## Version 2023/02/05
2
2
# REMOVE THIS LINE BEFORE SUBMITTING: The structure of the file (all of the existing lines) should be kept as close as possible to this template.
3
3
# REMOVE THIS LINE BEFORE SUBMITTING: Look through this file for <tags> and replace them. Review other sample files to see how things are done.
4
4
# REMOVE THIS LINE BEFORE SUBMITTING: The comment lines at the top of the file (below this line) should explain any prerequisites for using the proxy such as DNS or app settings.
5
-
# make sure that your dns has a cname set for <container_name> and that your <container_name> container is not using a base url
5
+
# make sure that your <container_name> container is named <container_name>
6
+
# make sure that your dns has a cname set for <container_name>
6
7
7
8
server {
8
9
listen 443 ssl;
@@ -20,6 +21,9 @@ server {
20
21
# enable for Authelia (requires authelia-location.conf in the location block)
21
22
#include /config/nginx/authelia-server.conf;
22
23
24
+
# enable for Authentik (requires authentik-location.conf in the location block)
25
+
#include /config/nginx/authentik-server.conf;
26
+
23
27
location / {
24
28
# enable the next two lines for http auth
25
29
#auth_basic "Restricted";
@@ -31,6 +35,9 @@ server {
31
35
# enable for Authelia (requires authelia-server.conf in the server block)
32
36
#include /config/nginx/authelia-location.conf;
33
37
38
+
# enable for Authentik (requires authentik-server.conf in the server block)
Copy file name to clipboardExpand all lines: _template.subfolder.conf.sample
+7-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
## Version 2022/09/08
1
+
## Version 2023/02/05
2
2
# REMOVE THIS LINE BEFORE SUBMITTING: The structure of the file (all of the existing lines) should be kept as close as possible to this template.
3
3
# REMOVE THIS LINE BEFORE SUBMITTING: Look through this file for <tags> and replace them. Review other sample files to see how things are done.
4
4
# REMOVE THIS LINE BEFORE SUBMITTING: The comment lines at the top of the file (below this line) should explain any prerequisites for using the proxy such as DNS or app settings.
5
-
# first go into <container_name> settings, under "General" set the URL Base to /<container_name>/ and restart the <container_name> container
5
+
# make sure that your <container_name> container is named <container_name>
6
+
# make sure that <container_name> is set to work with the base url /<container_name>/
0 commit comments