X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=nginx%2Fnginx.conf;fp=nginx%2Fnginx.conf;h=1d3f29d051792fccf32bb5867ecf2e8392a35d76;hb=db1aeb008f8f3612b4698b09dbaca179cbf22b5b;hp=d68660367fdb03dad464ef26f9dc10da5f876a1c;hpb=0a02c8cb4176d38ec44d1a134069b647b78e831f;p=osm%2FNG-UI.git diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d686603..1d3f29d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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;