feat: add cache

This commit is contained in:
Strix 2023-10-26 14:45:33 +02:00
parent 387d81093d
commit 36bb23433e
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -31,7 +31,7 @@ http {
#gzip on;
proxy_cache_path /tmp/cache keys_zone=cache:1h;
proxy_cache_path /tmp/cache keys_zone=cache:10m;
include /etc/nginx/conf.d/*.conf;
}