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