mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
bump size limit to 200mb
This commit is contained in:
parent
08dc983940
commit
982dd5c3dc
1 changed files with 1 additions and 1 deletions
2
api.tmpl
2
api.tmpl
|
|
@ -3,7 +3,7 @@ server {
|
||||||
server_name api.${HOST};
|
server_name api.${HOST};
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|
||||||
client_max_body_size 150m;
|
client_max_body_size 200m;
|
||||||
|
|
||||||
include upload.conf;
|
include upload.conf;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue