10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
<VirtualHost *:80>
|
|
DocumentRoot /var/www/html/
|
|
<Directory "/var/www/html">
|
|
Options Indexes FollowSymLinks MultiViews
|
|
AllowOverride all
|
|
Require all granted
|
|
</Directory>
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost> |