Merge "Added tests and improvements"
[nonrtric.git] / test / mrstub / app / nginx.conf
index c548e56..35b5ba0 100644 (file)
@@ -39,7 +39,8 @@ http {
 
         # serve dynamic requests
         location / {
-        proxy_pass      http://localhost:2222;
+            proxy_pass      http://localhost:2222;
+            client_max_body_size 0;
         }
     }
     ##