aboutsummaryrefslogtreecommitdiff
path: root/conf/nginx.conf
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-08 16:07:47 +0200
committerGitHub <noreply@github.com>2023-07-08 16:07:47 +0200
commitf2e80e2a60395efdfdcac22ed5a5f8b497c2d676 (patch)
treed360d52f06545448b1fe558ec466b0847e1eb4ef /conf/nginx.conf
parentd29210aa754f149e56e8dd6656eb5ebb68ff4ff1 (diff)
downloadmastodon_ynh-f2e80e2a60395efdfdcac22ed5a5f8b497c2d676.tar.gz
mastodon_ynh-f2e80e2a60395efdfdcac22ed5a5f8b497c2d676.tar.bz2
mastodon_ynh-f2e80e2a60395efdfdcac22ed5a5f8b497c2d676.zip
Upgrade to version 4.1.4 (#389)
* Upgrade to v4.1.4 * Auto-update README * Update nginx.conf --------- Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Tagadda <36127788+Tagadda@users.noreply.github.com>
Diffstat (limited to 'conf/nginx.conf')
-rw-r--r--conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 6af1000..4b1f76b 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -101,7 +101,7 @@ location @proxy {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
- proxy_cache CACHE;
+ #proxy_cache CACHE;
proxy_cache_valid 200 7d;
proxy_cache_valid 410 24h;
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;