1
0
Fork 0
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:
Robin Appelman 2019-04-09 22:14:04 +02:00
commit 982dd5c3dc

View file

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