diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:40:41 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:40:41 +0200 |
commit | 7130f18218824622799be34735a796bf2cc65c9c (patch) | |
tree | f6c465d7d2c30778176390568d38303911daf54b /custom/ymir-nginx.nix | |
parent | c98dfc1783cce8fcbde7a6c55cf07e29c71fec50 (diff) | |
download | nixos-7130f18218824622799be34735a796bf2cc65c9c.tar nixos-7130f18218824622799be34735a796bf2cc65c9c.tar.gz nixos-7130f18218824622799be34735a796bf2cc65c9c.tar.bz2 nixos-7130f18218824622799be34735a796bf2cc65c9c.tar.xz nixos-7130f18218824622799be34735a796bf2cc65c9c.zip |
logging
Diffstat (limited to 'custom/ymir-nginx.nix')
-rw-r--r-- | custom/ymir-nginx.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index d9f671fe..65f0f44d 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -49,7 +49,8 @@ in { | |||
49 | default_type application/octet-stream; | 49 | default_type application/octet-stream; |
50 | 50 | ||
51 | log_format main | 51 | log_format main |
52 | '$remote_addr - $remote_user [$time_local] ' | 52 | '$server_name' |
53 | '$remote_addr $remote_user' | ||
53 | '"$request" $status $bytes_sent ' | 54 | '"$request" $status $bytes_sent ' |
54 | '"$http_referer" "$http_user_agent" ' | 55 | '"$http_referer" "$http_user_agent" ' |
55 | '"$gzip_ratio"'; | 56 | '"$gzip_ratio"'; |