diff --git a/conf/nginx.conf b/conf/nginx.conf index ba0d049..7a92296 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/ { alias __FINALPATH__/ ; if ($args !~* lang=__LANGUAGE__){ - rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/%23/?lang=__LANGUAGE__ last; + rewrite ^(.*)$ https://__DOMAIN____PATH_URL__/#/?lang=__LANGUAGE__ last; } ### Example PHP configuration (remove it if not used)