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