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