Bug 1253 Updating the VNFD via ngUI breaks charms execution
[osm/NG-UI.git] / nginx / nginx.conf
index d686603..1d3f29d 100644 (file)
@@ -20,7 +20,7 @@ server {
     server_name  localhost;
     root   /usr/share/nginx/html;
     index  index.html index.htm;
-    client_max_body_size 15M;
+    client_max_body_size 50M;
 
     location /osm {
         proxy_pass https://nbi:9999;