Przeglądaj źródła

bugfix: did redirect acme challange request to https

master
rodzic
commit
570ddfdcea
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      templates/vhost.conf.j2

+ 3
- 1
templates/vhost.conf.j2 Wyświetl plik

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

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

}

Ładowanie…
Anuluj
Zapisz