From bbcb782b338a4b19877a83b3041883ec81bcbb6b Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 21 Jul 2020 18:10:53 +0200 Subject: [PATCH] Remove proxy_cache from nginx config --- ansible/templates/nginx.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ansible/templates/nginx.conf b/ansible/templates/nginx.conf index 5847bad0..eaaa6b79 100644 --- a/ansible/templates/nginx.conf +++ b/ansible/templates/nginx.conf @@ -1,4 +1,3 @@ -proxy_cache_path /var/cache/lemmy_frontend levels=1:2 keys_zone=lemmy_frontend_cache:10m max_size=100m use_temp_path=off; limit_req_zone $binary_remote_addr zone=lemmy_ratelimit:10m rate=1r/s; server { @@ -65,13 +64,6 @@ server { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - - # Proxy Cache - proxy_cache lemmy_frontend_cache; - proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504; - proxy_cache_revalidate on; - proxy_cache_lock on; - proxy_cache_min_uses 5; } # Redirect pictshare images to pictrs