diff --git a/docker/etc/nginx/nginx.conf b/docker/etc/nginx/nginx.conf index d735c8c..01d5586 100644 --- a/docker/etc/nginx/nginx.conf +++ b/docker/etc/nginx/nginx.conf @@ -20,6 +20,9 @@ http { log_not_found off; types_hash_max_size 2048; client_max_body_size 16M; + fastcgi_temp_path /tmp/nginx-fastcgi; + uwsgi_temp_path /tmp/nginx-uwsgi; + scgi_temp_path /tmp/nginx-scgi; # MIME include mime.types;