From 33cb5cc4a1b2d9804a4d51da1fc018d96e18e05c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Jun 2018 10:46:35 +0200 Subject: ... --- custom/ymir-nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 724eb973..02ea2ca3 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -49,10 +49,10 @@ in { default_type application/octet-stream; log_format main - '$remote_addr $remote_user' + '$remote_addr "$remote_user" ' '"$host" "$request" $status $bytes_sent ' '"$http_referer" "$http_user_agent" ' - '"$gzip_ratio"'; + '$gzip_ratio'; client_header_timeout 10m; client_body_timeout 10m; -- cgit v1.2.3