From afc7e2f187c657c9c74ccda0d2f78c21f4041678 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 28 Sep 2016 19:49:14 +0200 Subject: http host --- etc/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/nginx/nginx.conf') 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"'; -- cgit v1.2.3