Skip to content

Commit 03f8285

Browse files
committed
Remove proxy cache path
1 parent 589b80e commit 03f8285

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
## Version 2024/12/17 - 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 {
@@ -80,5 +80,3 @@ server {
8080

8181
# enable subdomain method reverse proxy confs
8282
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

Comments
 (0)