From 8cf862f1e5aebcb49ed5e2316a4715a35127e72f Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 8 Mar 2017 23:29:01 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f18e7b7..d8528fd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,7 +19,7 @@ location PATHTOCHANGE { include conf.d/yunohost_panel.conf.inc; } -location PATHTOCHANGE2/http-bind { +location PATHTOCHANGE/http-bind { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }