File tree Expand file tree Collapse file tree
root/defaults/nginx/site-confs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
44server {
@@ -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
You can’t perform that action at this time.
0 commit comments