mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
14 lines
302 B
Text
14 lines
302 B
Text
|
<VirtualHost *:80>
|
||
|
ServerName openvk.local
|
||
|
DocumentRoot /opt/chandler/htdocs
|
||
|
|
||
|
<Directory /opt/chandler/htdocs>
|
||
|
AllowOverride All
|
||
|
|
||
|
Require all granted
|
||
|
</Directory>
|
||
|
|
||
|
ErrorLog /var/log/openvk/error.log
|
||
|
CustomLog /var/log/openvk/access.log combinedio
|
||
|
</VirtualHost>
|