diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 05618e35..425a3930 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -53,6 +53,9 @@ in { | |||
53 | 53 | ||
54 | ignore_invalid_headers on; | 54 | ignore_invalid_headers on; |
55 | 55 | ||
56 | access_log syslog; | ||
57 | error_log syslog; | ||
58 | |||
56 | server { | 59 | server { |
57 | listen *:80; | 60 | listen *:80; |
58 | listen [::]:80; | 61 | listen [::]:80; |