diff --git a/conf/nginx.conf b/conf/nginx.conf index 780c462..8ab2b9f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,4 @@ location __PATH__ { - # alias __FINALPATH__/live/public; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;