diff --git a/conf/nginx.conf b/conf/nginx.conf index e8fd78e..a159644 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location __PATH__ { # Path to source - alias __FINALPATH__/www/ ; + alias __FINALPATH__/www; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;