From 03f82852126942ec93816d79c0a45a0a506c3328 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 17 Dec 2024 21:27:15 +0000 Subject: [PATCH] Remove proxy cache path --- root/defaults/nginx/site-confs/default.conf.sample | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index ce0d65e..8613f1e 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -1,4 +1,4 @@ -## 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 # redirect all traffic to https server { @@ -80,5 +80,3 @@ server { # enable subdomain method reverse proxy confs include /config/nginx/proxy-confs/*.subdomain.conf; -# enable proxy cache for auth -proxy_cache_path cache/ keys_zone=auth_cache:10m;