From b54346169b19c69816d57e6ed9cc734427947e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 3 Mar 2024 16:27:21 +0100 Subject: [PATCH] Fix nginx config --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index dfb5d5d..a8d186e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location / { # Path to source - alias __INSTALL_DIR__/web/; + alias __INSTALL_DIR__/sources/web/; index index.php;