From: Felix Ableitner Date: Tue, 21 Jul 2020 16:10:53 +0000 (+0200) Subject: Remove proxy_cache from nginx config X-Git-Url: http://these/git/%7BpictrsAvatarThumbnail%28this.state.siteRes.site.icon%29%7D?a=commitdiff_plain;h=bbcb782b338a4b19877a83b3041883ec81bcbb6b;p=lemmy.git Remove proxy_cache from nginx config --- 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