1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

PATHTOCHANGE

Inutile de corriger le path, il est déjà auparavant
This commit is contained in:
Maniack Crudelis 2017-03-08 22:10:18 +01:00 committed by GitHub
parent b3a3d2e6bb
commit f6992dd9e8

View file

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