mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
Alexander Minkin
6632d070f5
Let the docker handle logs. https://12factor.net/logs motivated me to do this
12 lines
236 B
Text
12 lines
236 B
Text
<VirtualHost *:80>
|
|
ServerName openvk.local
|
|
DocumentRoot /opt/chandler/htdocs
|
|
|
|
<Directory /opt/chandler/htdocs>
|
|
AllowOverride All
|
|
|
|
Require all granted
|
|
</Directory>
|
|
|
|
LogFormat combinedio
|
|
</VirtualHost>
|