Skip to content

Commit 13ba02d

Browse files
committed
updated nginx temp paths
1 parent da5e00f commit 13ba02d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nginx/image-files/etc/nginx/nginx.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ http {
3333

3434
access_log /var/log/nginx/access.log logstash_json;
3535

36-
sendfile off;
37-
keepalive_timeout 10;
36+
sendfile off;
37+
keepalive_timeout 10;
38+
fastcgi_temp_path /tmp/nginx_fastcgi_temp 1 2;
39+
client_body_temp_path /tmp/nginx_client_temp 1 2;
3840

3941
# disable version in error messages and response header
4042
server_tokens off;

0 commit comments

Comments
 (0)