X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=nginx%2Fnginx.conf;h=1d3f29d051792fccf32bb5867ecf2e8392a35d76;hb=8d538a5aac7b6a7af26d37764dc3291fdb77a2a5;hp=d68660367fdb03dad464ef26f9dc10da5f876a1c;hpb=ba31eed5eed843d664567bc5a317ef6ebc0aa325;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;