Переглянути джерело

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

}

Завантаження…
Відмінити
Зберегти