fix: fixed typo in last commit (246c398
)
This commit is contained in:
parent
246c398692
commit
7ed79ba3e8
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
DocumentRoot {{ item.document_root }}
|
DocumentRoot {{ item.document_root }}
|
||||||
|
|
||||||
Options Index FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
@ -70,6 +70,6 @@
|
||||||
RewriteCond %{HTTPS} off
|
RewriteCond %{HTTPS} off
|
||||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE]
|
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE]
|
||||||
{% else %}
|
{% else %}
|
||||||
Options Index FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue