Sfoglia il codice sorgente

bugfix: did redirect acme challange request to https

master
parent
commit
570ddfdcea
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      templates/vhost.conf.j2

+ 3
- 1
templates/vhost.conf.j2 Vedi File

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

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

}

Loading…
Annulla
Salva