We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5e00f commit 13ba02dCopy full SHA for 13ba02d
nginx/image-files/etc/nginx/nginx.conf
@@ -33,8 +33,10 @@ http {
33
34
access_log /var/log/nginx/access.log logstash_json;
35
36
- sendfile off;
37
- keepalive_timeout 10;
+ sendfile off;
+ keepalive_timeout 10;
38
+ fastcgi_temp_path /tmp/nginx_fastcgi_temp 1 2;
39
+ client_body_temp_path /tmp/nginx_client_temp 1 2;
40
41
# disable version in error messages and response header
42
server_tokens off;
0 commit comments