Explorar el Código

no slash additional / in redirects

master
padre
commit
527bd42b27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      templates/default-vhost.j2

+ 1
- 1
templates/default-vhost.j2 Ver fichero

@@ -27,7 +27,7 @@
# redirect to https if file could not be found in /var/www/default/
RewriteEngine On
RewriteRule ^\/\.well-known\/acme-challenge\/ - [L]
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
RewriteRule (.*) https://%{SERVER_NAME}$1 [R,L]

</VirtualHost>



Cargando…
Cancelar
Guardar