summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/ymir-nginx.nix3
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"';