summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-28 19:49:14 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-28 19:49:14 +0200
commitafc7e2f187c657c9c74ccda0d2f78c21f4041678 (patch)
tree30120ae8421a94ba871619a0de02beb273cbb64a
parentbaff7eba19eb0377d0a17793434676aaa52c0464 (diff)
downloaddeployment-afc7e2f187c657c9c74ccda0d2f78c21f4041678.tar.gz
deployment-afc7e2f187c657c9c74ccda0d2f78c21f4041678.tar.bz2
deployment-afc7e2f187c657c9c74ccda0d2f78c21f4041678.zip
http host
-rw-r--r--etc/nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf
index dc0a57e..c578ba0 100644
--- a/etc/nginx/nginx.conf
+++ b/etc/nginx/nginx.conf
@@ -30,7 +30,7 @@ http {
# Logging Settings
##
- log_format main '$remote_addr - $remote_user [$time_local] $host '
+ log_format main '$remote_addr - $remote_user [$time_local] $http_host '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';