Ajout : nginx proxy_temp_path .
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Tue, 7 May 2013 20:12:25 +0000 (22:12 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Tue, 7 May 2013 20:12:25 +0000 (22:12 +0200)
etc/nginx/nginx.conf
etc/sv/nginx/run

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.
index 3b876fb..038f595 100755 (executable)
@@ -11,8 +11,9 @@ install -d -m 770 -o www-data -g www-data \
  /run/nginx \
  /run/nginx/fastcgi \
  /run/shm/cache/nginx \
- /run/shm/cache/nginx/fastcgi \
  /run/shm/cache/nginx/client_body \
+ /run/shm/cache/nginx/fastcgi \
+ /run/shm/cache/nginx/proxy_body \
  /run/shm/tmp/nginx
 
 exec /usr/sbin/nginx \