1
0
Fork 0
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:
georgejhunt 2018-11-27 11:11:01 -08:00 committed by GitHub
parent b332e7821d
commit 795ea2a4ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<VirtualHost _defaullt_:80> <VirtualHost _default_:80>
ErrorLog /var/log/apache2/error.log ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined CustomLog /var/log/apache2/access.log combined
<Directory "/library/www/html"> <Directory {{ doc_root }}>
Options Indexes FollowSymLinks Options Indexes FollowSymLinks
AllowOverride None AllowOverride None
Require all granted Require all granted