fix modules enabling code
This commit is contained in:
@@ -11,10 +11,12 @@
|
||||
Options +indexes
|
||||
</Directory>
|
||||
{%if apache_use_ssl %}
|
||||
<IfModule rewrite>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteCond %{REQUEST_URI} "!^/\.well-known"
|
||||
RewriteRule (.*) https://%{SERVER_NAME}$1 [R,L]
|
||||
</IfModule>
|
||||
{%endif %}
|
||||
</VirtualHost>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user