mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 23:11:27 +00:00
give nginx config default max upload size
This commit is contained in:
parent
193d536ca1
commit
af47d91e7d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ server {
|
||||||
index index.html index.htm index.php;
|
index index.html index.htm index.php;
|
||||||
|
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
client_max_body_size {{ getenv "POST_MAX_SIZE" }};
|
client_max_body_size {{ getenv "POST_MAX_SIZE" "61M" }};
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$query_string;
|
try_files $uri $uri/ /index.php?$query_string;
|
||||||
|
|
Loading…
Reference in a new issue