increase default upload limit from 1M to 15M

This commit is contained in:
trwnh 2021-02-06 19:30:58 -06:00 committed by GitHub
parent e9dcc3c72a
commit 02ad300443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;