diff --git a/conf/nginx.conf b/conf/nginx.conf index 602153f..ee9561f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location {LOCATION} { - alias {DESTDIR}/www; + alias {DESTDIR}/www/; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }