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

Update nginx.conf

This commit is contained in:
frju365 2017-03-08 23:29:01 +01:00 committed by GitHub
parent b7a22370fd
commit 8cf862f1e5

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