Skip to content

Commit

Permalink
increase default upload limit from 1M to 15M
Browse files Browse the repository at this point in the history
  • Loading branch information
trwnh authored Feb 7, 2021
1 parent e9dcc3c commit 02ad300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ server {
index index.html index.htm index.php;

charset utf-8;
client_max_body_size 15M;

location / {
try_files $uri $uri/ /index.php?$query_string;
Expand Down

0 comments on commit 02ad300

Please sign in to comment.