mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
Create 10-openvk.conf
This commit is contained in:
parent
43ad086296
commit
584f9bf84f
1 changed files with 13 additions and 0 deletions
13
install/automated/common/10-openvk.conf
Normal file
13
install/automated/common/10-openvk.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
<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>
|
Loading…
Reference in a new issue