From a8d41f6af541e2038b3d577f8b55cca8d4ad2f96 Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Sun, 2 Mar 2025 11:08:30 +0100 Subject: [PATCH] re-add root to nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2c28631..fd65f72 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ # try redirecting stuff to index.php rewrite ^(.*)$ /index.php$1 last; - +root __INSTALL_DIR__/public/; location / { alias __INSTALL_DIR__/public/;