X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fnginx-http.conf;h=6c49c877153f5270f6b0909e0697cbe88082fde0;hb=refs%2Fchanges%2F80%2F121380%2F2;hp=e0c4ff327f55a90f97d37bf616ce7e8b8ac973e7;hpb=6f0d10beffc66f5e44f91538b3cd396cce5f8c84;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 e0c4ff3..6c49c87 100644 --- a/rulemgt-standalone/src/main/assembly/nginx-http.conf +++ b/rulemgt-standalone/src/main/assembly/nginx-http.conf @@ -1,9 +1,9 @@ #user nobody; -worker_processes 1; error_log logs/error.log; error_log logs/error.log notice; error_log logs/error.log info; +#error_log logs/error.log debug; pid logs/nginx.pid; @@ -34,7 +34,7 @@ http { location / { root /usr/share/nginx/html; - proxy_set_header Host $host; + proxy_set_header Host $proxy_host; proxy_set_header X-Real-IP $remote_addr; proxy_redirect off;