cc-2214: create standard apache config file
-done
This commit is contained in:
parent
cf3e525a0f
commit
6d1258f2c3
3 changed files with 13 additions and 13 deletions
12
install/apache/airtime-vhost
Normal file
12
install/apache/airtime-vhost
Normal file
|
@ -0,0 +1,12 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin foo@bar.org
|
||||
ServerName inferno.web.id
|
||||
DocumentRoot /var/www/airtime/public
|
||||
|
||||
<Directory /var/www/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