diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:46:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:46:35 +0200 |
commit | 33cb5cc4a1b2d9804a4d51da1fc018d96e18e05c (patch) | |
tree | aef9ffe063d32dbb0968f0a2b3f4388ec94e78b1 /custom | |
parent | 4dfc5e1a65ec0b06b983f8c2786a1fbb5945b239 (diff) | |
download | nixos-33cb5cc4a1b2d9804a4d51da1fc018d96e18e05c.tar nixos-33cb5cc4a1b2d9804a4d51da1fc018d96e18e05c.tar.gz nixos-33cb5cc4a1b2d9804a4d51da1fc018d96e18e05c.tar.bz2 nixos-33cb5cc4a1b2d9804a4d51da1fc018d96e18e05c.tar.xz nixos-33cb5cc4a1b2d9804a4d51da1fc018d96e18e05c.zip |
...
Diffstat (limited to 'custom')
-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; |