diff --git a/conf/nginx.conf b/conf/nginx.conf index e776012..ecbe74a 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 ^(.*)$ https://__DOMAIN____PATH_URL__/%23/?lang=__LANGUAGE__ break; ### Example PHP configuration (remove it if not used) # index index.php;