Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / ng-ui / files / default
index 00c86fc..f946263 100644 (file)
 #   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 "";
     }