README.md
Rendering markdown...
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www
<Directory /www>
Options -Indexes
AllowOverride all
Require all granted
</Directory>
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
ErrorLog /dev/stderr
TransferLog /dev/stdout
</VirtualHost>