This commit is contained in:
12
apache/vhosts/example.conf
Normal file
12
apache/vhosts/example.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName example.local
|
||||
DocumentRoot /var/www/html/example
|
||||
|
||||
<Directory /var/www/html/example>
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/example_error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/example_access.log combined
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user