Initial work on new installer
This commit is contained in:
parent
785651ec4b
commit
162005e225
3 changed files with 186 additions and 0 deletions
12
installer/apache/airtime-vhost
Normal file
12
installer/apache/airtime-vhost
Normal file
|
@ -0,0 +1,12 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin foo@bar.org
|
||||
DocumentRoot /usr/share/airtime/public
|
||||
php_admin_value upload_tmp_dir /tmp
|
||||
|
||||
<Directory /usr/share/airtime/public>
|
||||
DirectoryIndex index.php
|
||||
AllowOverride all
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
</VirtualHost>
|
Loading…
Add table
Add a link
Reference in a new issue