From cbf358b332b2b0909c8726432866aa02affd550b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Jan 2016 11:31:44 +0100 Subject: *poke* --- custom/ymir-nginx.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 7aaa0464..e3cc2870 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -62,6 +62,14 @@ in { access_log stderr; error_log stderr; + server { + listen *:80; + listen [::]:80; + server_name _; + + root /srv/www/praseodym.org; + } + server { listen *:80; listen [::]:80; @@ -107,14 +115,6 @@ in { uwsgi_modifier1 9; } } - - server { - listen *:80; - listen [::]:80; - server_name _; - - root /srv/www/praseodym.org; - } ''; }; } -- cgit v1.2.3