Up the json size to 2mb for block list route

https://forum.cloudron.io/topic/6575/cloudron-7-1-2-firewall-not-ipv6-ready
This commit is contained in:
Girish Ramakrishnan
2022-03-01 11:28:34 -08:00
parent b92641d1b8
commit eb0662b245
3 changed files with 3 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ server {
<% if ( endpoint === 'dashboard' || endpoint === 'setup' ) { %>
location /api/ {
proxy_pass http://127.0.0.1:3000;
client_max_body_size 1m;
client_max_body_size 2m;
}
location ~ ^/api/v1/cloudron/login$ {