diff --git a/conf/nginx.conf b/conf/nginx.conf index dafb333..cc23d97 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location YNH_WWW_PATH { - alias YNH_WWW_ALIAS/www/ ; + alias YNH_WWW_ALIASwww/ ; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }