mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
remove defaullt (#1309)
This commit is contained in:
parent
b332e7821d
commit
795ea2a4ae
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<VirtualHost _defaullt_:80>
|
||||
<VirtualHost _default_:80>
|
||||
ErrorLog /var/log/apache2/error.log
|
||||
CustomLog /var/log/apache2/access.log combined
|
||||
<Directory "/library/www/html">
|
||||
<Directory {{ doc_root }}>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
|
|
Loading…
Add table
Reference in a new issue