diff options
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/nginx-http.conf')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/nginx-http.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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; |