X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fnginx.conf;h=f676f8e886618d600dfaf4d86e444d716752f5ab;hb=9075978ae94310fa7a27d9881d3cecc6150ca3e9;hp=1ebd203f7fab107f5360c7fa6cda1a5b7d09a2e6;hpb=a5a6e6329b52aff5811314e611b3f6122eb21e5b;p=lhc%2Fateliers.git diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 1ebd203..f676f8e 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -66,6 +66,7 @@ http { open_file_cache_valid 30s; open_log_file_cache max=1000 inactive=20s min_uses=2 valid=1m; proxy_cache_use_stale updating; + proxy_temp_path /run/shm/cache/nginx/proxy_temp 1 2; reset_timedout_connection on; send_timeout 60; # NOTE: if the client stops reading data, free up the stale client connection after this much time.