From 0ea65180f2832378273ee64c8bdbc38f29bdfa09 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Fri, 4 Mar 2022 08:34:48 +0100 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 a1b6465..e776012 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - rewrite ^ __DOMAIN__PATH_URL__/%23/?lang=__LANGUAGE__ break; + rewrite ^ __DOMAIN__/__PATH_URL__/%23/?lang=__LANGUAGE__ break; ### Example PHP configuration (remove it if not used) # index index.php;