diff options
-rw-r--r-- | custom/ymir-nginx.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 7175af09..724eb973 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -49,9 +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 | '$server_name' | ||
53 | '$remote_addr $remote_user' | 52 | '$remote_addr $remote_user' |
54 | '"$request" $status $bytes_sent ' | 53 | '"$host" "$request" $status $bytes_sent ' |
55 | '"$http_referer" "$http_user_agent" ' | 54 | '"$http_referer" "$http_user_agent" ' |
56 | '"$gzip_ratio"'; | 55 | '"$gzip_ratio"'; |
57 | 56 | ||