summaryrefslogtreecommitdiff
path: root/custom/ymir-nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/ymir-nginx.nix')
-rw-r--r--custom/ymir-nginx.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix
index 425a3930..9c926867 100644
--- a/custom/ymir-nginx.nix
+++ b/custom/ymir-nginx.nix
@@ -53,8 +53,8 @@ in {
53 53
54 ignore_invalid_headers on; 54 ignore_invalid_headers on;
55 55
56 access_log syslog; 56 access_log stderr;
57 error_log syslog; 57 error_log stderr;
58 58
59 server { 59 server {
60 listen *:80; 60 listen *:80;