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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Version 2024/07/16
1
+
## Version 2025/06/08
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.
@@ -24,6 +24,9 @@ server {
24
24
# enable for Authentik (requires authentik-location.conf in the location block)
25
25
#include /config/nginx/authentik-server.conf;
26
26
27
+
# enable for Tinyauth (requires tinyauth-location.conf in the location block)
28
+
#include /config/nginx/tinyauth-server.conf;
29
+
27
30
location / {
28
31
# enable the next two lines for http auth
29
32
#auth_basic "Restricted";
@@ -38,6 +41,9 @@ server {
38
41
# enable for Authentik (requires authentik-server.conf in the server block)
39
42
#include /config/nginx/authentik-location.conf;
40
43
44
+
# enable for Tinyauth (requires tinyauth-server.conf in the server block)
0 commit comments