Switch LibreTime port to 9080 in vagrant
Also expose icecast and make the airtime port generally configurable from the installer. To aid in debugging and support the -v (verbose) argument was added to the call.
This commit is contained in:
parent
354f449b82
commit
bd2f96acf2
5 changed files with 42 additions and 10 deletions
|
@ -1,4 +1,6 @@
|
|||
<VirtualHost *:80>
|
||||
WEB_PORT_LISTEN
|
||||
|
||||
<VirtualHost *:WEB_PORT>
|
||||
ServerAdmin foo@bar.org
|
||||
DocumentRoot WEB_ROOT
|
||||
php_admin_value upload_tmp_dir /tmp
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<VirtualHost *:80>
|
||||
WEB_PORT_LISTEN
|
||||
|
||||
<VirtualHost *:WEB_PORT>
|
||||
ServerAdmin foo@bar.org
|
||||
DocumentRoot WEB_ROOT
|
||||
php_admin_value upload_tmp_dir /tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue