diff --git a/conf/nginx.conf b/conf/nginx.conf index 5e4daf4..538c2b0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - rewrite ^ __FINALPATH__$uri?lang=en permanent; + rewrite ^ __DOMAIN__$uri?lang=en permanent; ### Example PHP configuration (remove it if not used) # index index.php;