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; }