From 1726a341614e11a3c09214f78d9d5ebd2d55c9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 5 Feb 2024 15:08:20 +0100 Subject: [PATCH] oops again --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 8447990..e424dc1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ location / { index index.html; - root __INSTALL_DIR/www/; + root __INSTALL_DIR__/www/; } location /webirc/ {