From 29e77f4276c29d9ab19b1e9361be616ef5f58919 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Sun, 13 Mar 2022 00:30:59 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0299878..fe9dd53 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,13 +4,13 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - if ($args !~* lang=__LANGUAGE__){ - rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last; - } +# if ($args !~* lang=__LANGUAGE__){ + # rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last; + # } -location __PATH__/static/ { +#location __PATH__/static/ { - alias __FINALPATH__/static/ ; +# alias __FINALPATH__/static/ ; } ### Example PHP configuration (remove it if not used)