Explorar el Código

bugfix: did redirect acme challange request to https

master
padre
commit
570ddfdcea
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      templates/vhost.conf.j2

+ 3
- 1
templates/vhost.conf.j2 Ver fichero

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

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

}

Cargando…
Cancelar
Guardar