diff options
-rw-r--r-- | custom/ymir-nginx.nix | 4 |
1 files 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 { | |||
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' | 52 | '$remote_addr "$remote_user" ' |
53 | '"$host" "$request" $status $bytes_sent ' | 53 | '"$host" "$request" $status $bytes_sent ' |
54 | '"$http_referer" "$http_user_agent" ' | 54 | '"$http_referer" "$http_user_agent" ' |
55 | '"$gzip_ratio"'; | 55 | '$gzip_ratio'; |
56 | 56 | ||
57 | client_header_timeout 10m; | 57 | client_header_timeout 10m; |
58 | client_body_timeout 10m; | 58 | client_body_timeout 10m; |