mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-03 03:46:12 -04:00
Remove proxy cache path
This commit is contained in:
parent
589b80e492
commit
03f8285212
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue