Skip to content

Commit 8c002e6

Browse files
committed
Add missing tinyauth blocks to default conf
1 parent ea840fb commit 8c002e6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

root/defaults/nginx/site-confs/default.conf.sample

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2025/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample
1+
## Version 2026/03/07 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample
22

33
# redirect all traffic to https
44
server {
@@ -36,6 +36,9 @@ server {
3636
# enable for Authentik (requires authentik-location.conf in the location block)
3737
#include /config/nginx/authentik-server.conf;
3838

39+
# enable for Tinyauth (requires tinyauth-location.conf in the location block)
40+
#include /config/nginx/tinyauth-server.conf;
41+
3942
location / {
4043
# enable for basic auth
4144
#auth_basic "Restricted";
@@ -50,6 +53,9 @@ server {
5053
# enable for Authentik (requires authentik-server.conf in the server block)
5154
#include /config/nginx/authentik-location.conf;
5255

56+
# enable for Tinyauth (requires tinyauth-server.conf in the server block)
57+
#include /config/nginx/tinyauth-location.conf;
58+
5359
try_files $uri $uri/ /index.html /index.htm /index.php$is_args$args;
5460
}
5561

0 commit comments

Comments
 (0)