Преглед изворни кода

bugfix: did redirect acme challange request to https

master
Markus Katharina Brechtel пре 6 година
родитељ
комит
570ddfdcea
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      templates/vhost.conf.j2

+ 3
- 1
templates/vhost.conf.j2 Прегледај датотеку

@@ -55,6 +55,8 @@ server {
root /var/www/default;
}

return 301 https://$host$request_uri;
location / {
return 301 https://$host$request_uri;
}

}

Loading…
Откажи
Сачувај