1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 20:14:07 +02:00

bump size limit to 200mb

This commit is contained in:
Robin Appelman 2019-04-09 22:14:04 +02:00
commit 72ad673516

View file

@ -14,6 +14,6 @@ server {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
client_max_body_size 150M;
client_max_body_size 200M;
}
}