Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nginx tweak to handle file uploads - /var/tmp/nginx/client_body/00000…
…00003..failed (13: Permission denied)
  • Loading branch information
gritt committed Oct 27, 2018
1 parent b3d0b32 commit 9e70dd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/nginx.conf
Expand Up @@ -24,6 +24,9 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
open_file_cache max=100;
client_body_temp_path /tmp 1 2;
client_body_buffer_size 256k;
client_body_in_file_only off;
}

daemon off;

0 comments on commit 9e70dd3

Please sign in to comment.