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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix
index fd7d7e94..a130bcd1 100644
--- a/custom/ymir-nginx.nix
+++ b/custom/ymir-nginx.nix
@@ -79,6 +79,9 @@ in {
79 listen [::]:80; 79 listen [::]:80;
80 server_name _; 80 server_name _;
81 81
82 include ${favicon};
83 include ${acme};
84
82 root /srv/www/praseodym.org; 85 root /srv/www/praseodym.org;
83 } 86 }
84 87