4
0
Fork 0

Don't force SSL for acme challenges URI

tags/0.2.2_el5 0.2.2_el5
Daniel Berteaud vor 8 Jahren
Ursprung 0abf07cf1d
Commit a37e1f8fc1
  1. 1
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/UserManagerVirtualHost/25SSLDirectives

@ -7,6 +7,7 @@
else {
$OUT .=<<'EOF';
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/.*
RewriteRule ^/(.*|$) https://%{HTTP_HOST}/$1 [L,R]
EOF

Laden…
Abbrechen
Speichern