mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 22:11:26 +00:00
increase default upload limit from 1M to 15M
This commit is contained in:
parent
e9dcc3c72a
commit
02ad300443
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue