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:
Lucas Bickel 2017-03-07 12:55:06 +01:00
parent 354f449b82
commit bd2f96acf2
5 changed files with 42 additions and 10 deletions

View file

@ -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

View file

@ -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