Allow up to 512mb body size for file uploads

We might want to make that configurable by the app?
This commit is contained in:
Johannes Zellner
2015-04-19 14:37:17 +02:00
parent 439e1c0e27
commit ea98622170
+2
View File
@@ -50,6 +50,8 @@ server {
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
client_max_body_size 512m;
<% if ( isAdmin === true ) { %>
location /api/ {
proxy_pass http://127.0.0.1:3000;