X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fnginx-https.conf;h=02384bb3e8b2b3a2599ae628e1912b5bf79e8615;hb=refs%2Fchanges%2F12%2F109712%2F3;hp=fda1ab1658173a8d0a5ee6b1851eef481abafd3c;hpb=abdc7bfcaf9431fd507f0e9cd7fbdb96413386cd;p=holmes%2Frule-management.git diff --git a/rulemgt-standalone/src/main/assembly/nginx-https.conf b/rulemgt-standalone/src/main/assembly/nginx-https.conf index fda1ab1..02384bb 100644 --- a/rulemgt-standalone/src/main/assembly/nginx-https.conf +++ b/rulemgt-standalone/src/main/assembly/nginx-https.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" ' @@ -35,7 +35,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; @@ -57,8 +57,8 @@ http { root html; } - ssl_certificate /etc/ssl/public/holmes-frontend-selfsigned.crt; + ssl_certificate /etc/ssl/certs/holmes-frontend-selfsigned.crt; ssl_certificate_key /etc/ssl/private/holmes-frontend.key; - ssl_dhparam /etc/ssl/public/dhparam.pem; + ssl_dhparam /etc/ssl/certs/dhparam.pem; } }