10 lines
223 B
ApacheConf
10 lines
223 B
ApacheConf
|
ServerName localhost
|
||
|
|
||
|
<Directory /var/www/>
|
||
|
Options Indexes FollowSymLinks
|
||
|
AllowOverride All
|
||
|
Require all granted
|
||
|
</Directory>
|
||
|
|
||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|