https:start
HTTPS
Everywhere !
:~ ># cat /etc/apache2/sites-enabled/000_redirect80to443.conf
<VirtualHost *:80>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/*
RewriteCond %{REQUEST_URI} !^/server-status/
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
https/start.txt · Dernière modification : de jonathan
