We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589b80e commit 03f8285Copy full SHA for 03f8285
root/defaults/nginx/site-confs/default.conf.sample
@@ -1,4 +1,4 @@
1
-## Version 2024/07/16 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample
+## Version 2024/12/17 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample
2
3
# redirect all traffic to https
4
server {
@@ -80,5 +80,3 @@ server {
80
81
# enable subdomain method reverse proxy confs
82
include /config/nginx/proxy-confs/*.subdomain.conf;
83
-# enable proxy cache for auth
84
-proxy_cache_path cache/ keys_zone=auth_cache:10m;
0 commit comments