commit afc7e2f187c657c9c74ccda0d2f78c21f4041678 parent baff7eba19eb0377d0a17793434676aaa52c0464 Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 28 Sep 2016 19:49:14 +0200 http host Diffstat:
| M | etc/nginx/nginx.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"';