Ajout : nginx proxy_temp_path .
[lhc/ateliers.git] / etc / nginx / nginx.conf
index 1ebd203..f676f8e 100644 (file)
@@ -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.