Skip to content
Snippets Groups Projects

Bug-fix release 20180422.a-2.1-3

Merged Marek Jaroš requested to merge master into stable
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -2,6 +2,6 @@
DocumentRoot /var/www
RewriteEngine On
RewriteCond %{REQUEST_URI} !\.well-known/acme-challenge
RewriteCond %{REQUEST_URI} !(\.well-known/acme-challenge|server-status)
RewriteRule ^/?(.*) https://%{HTTP_HOST}/$1 [L]
</VirtualHost>
Loading