From 0b331e5179aceca3e174f5be2c05d38a401e0c4c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 6 Jun 2022 08:52:14 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1f1945c..6b738ce 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __FINALPATH__/ ; + alias __FINALPATH__/; ### Example PHP configuration (remove it if not used) index index.php;