1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-03-13 04:55:25 +03:00
openvk/install/automated/common/10-openvk.conf
2023-10-03 01:49:53 +03:00

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>