X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fnginx-http.conf;h=856ad0d2f17771f6c2eadf3eb92caeb3c477cc31;hb=refs%2Fchanges%2F12%2F109712%2F3;hp=717d5cf87de77bdaf03a3933936d179f24f52fa0;hpb=abdc7bfcaf9431fd507f0e9cd7fbdb96413386cd;p=holmes%2Frule-management.git diff --git a/rulemgt-standalone/src/main/assembly/nginx-http.conf b/rulemgt-standalone/src/main/assembly/nginx-http.conf index 717d5cf..856ad0d 100644 --- a/rulemgt-standalone/src/main/assembly/nginx-http.conf +++ b/rulemgt-standalone/src/main/assembly/nginx-http.conf @@ -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;