X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fng-ui%2Ffiles%2Fdefault;h=f946263faaed1ed53f7e82b13ba00d51dcb5804d;hb=3ddbbd1f6c70306d13db0976e1e6b3bda0c69abd;hp=00c86fc10c92e22045f05cdf95c932be7f3e2d2b;hpb=081f469ea6358cdd9c6d4c992a7668a2199c8cdc;p=osm%2Fdevops.git diff --git a/installers/charm/ng-ui/files/default b/installers/charm/ng-ui/files/default index 00c86fc1..f946263f 100644 --- a/installers/charm/ng-ui/files/default +++ b/installers/charm/ng-ui/files/default @@ -13,15 +13,16 @@ # limitations under the License. + server { listen $port; server_name $server_name; root /usr/share/nginx/html; index index.html index.htm; - client_max_body_size $client_max_body_size; + client_max_body_size $max_file_size; location /osm { - proxy_pass http://$nbi_hostname:$nbi_port; + proxy_pass https://$nbi_host:$nbi_port; proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504; proxy_set_header Accept-Encoding ""; }