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 }}
|
||||
|
||||
Options Index FollowSymLinks
|
||||
Options Indexes FollowSymLinks
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
@ -70,6 +70,6 @@
|
|||
RewriteCond %{HTTPS} off
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE]
|
||||
{% else %}
|
||||
Options Index FollowSymLinks
|
||||
Options Indexes FollowSymLinks
|
||||
{% endif %}
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue