From 032100abf99eaa46873cb0fc11d7bd1ea0ef7b24 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Fri, 14 Apr 2017 16:43:43 +0200 Subject: [PATCH] [fix] no need alias config nginx --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) 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;