1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 09:04:06 +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};
root /usr/share/nginx/html;
client_max_body_size 150m;
client_max_body_size 200m;
include upload.conf;