Changed the Base Image to onap/integration-java11:7.0.0
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / nginx-http.conf
index 717d5cf..856ad0d 100644 (file)
@@ -14,7 +14,7 @@ events {
 
 
 http {
-    include       mime.types;
+    include       ../mime.types;
     default_type  application/octet-stream;
 
     log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
@@ -32,7 +32,7 @@ http {
         server_name  _;
 
         location / {
-            root   /usr/local/openresty/nginx/html;
+            root   /usr/share/nginx/html;
 
             proxy_set_header Host $host;
             proxy_set_header X-Real-IP $remote_addr;