Skip to content

Commit

Permalink
Increasing max file upload size
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS authored May 14, 2019
1 parent 4aaf8e5 commit 9946d2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ server {
index index.php;
root /app;

client_body_in_file_only clean;
client_body_buffer_size 32K;

client_max_body_size 300M;

sendfile on;
send_timeout 300s;

location /assets {
try_files $uri =404;
expires max;
Expand Down

0 comments on commit 9946d2d

Please sign in to comment.