X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fnginx.conf;fp=etc%2Fnginx%2Fnginx.conf;h=f676f8e886618d600dfaf4d86e444d716752f5ab;hb=bed21a930af19840d21f0be7e72cf80f82d23ebb;hp=1ebd203f7fab107f5360c7fa6cda1a5b7d09a2e6;hpb=edc403a641b291c910a7c2fddccb94d394836f15;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.