From 613ed11f5d2608d5f1c6afb606be6dab51529cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 4 Jan 2024 15:31:15 +0100 Subject: [PATCH] fix html_path --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9959e7e..ccbfa21 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,7 +3,7 @@ location __PATH__/ { # Path to source - alias __HTML_PATH__/; + alias __DATA_DIR__/; index index.html;