Skip to content

Commit

Permalink
Merge pull request #1 from honkforhelp/change-max-upload-file-size-limit
Browse files Browse the repository at this point in the history
Change Max Upload File Size Limit to 10mb
  • Loading branch information
bisrael authored Dec 21, 2016
2 parents a6b79cd + 539a2b7 commit 1d88e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ http {
include /etc/nginx/mime.types;

listen 4001 proxy_protocol;

client_max_body_size 10m;

error_log syslog:server=localhost;
access_log syslog:server=localhost;
Expand Down

0 comments on commit 1d88e32

Please sign in to comment.