aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/nginx.conf1
1 files changed, 0 insertions, 1 deletions
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;