forked from switnet/quick-jibri-installer
Set specific php redis version, since now using ppa with multiple ones.
Also fix old condition
This commit is contained in:
parent
5a78b95d58
commit
01aef11ba7
|
@ -160,12 +160,12 @@ apt-get install -y \
|
||||||
php$PHPVER-ldap \
|
php$PHPVER-ldap \
|
||||||
php$PHPVER-mbstring \
|
php$PHPVER-mbstring \
|
||||||
php$PHPVER-pgsql \
|
php$PHPVER-pgsql \
|
||||||
|
php$PHPVER-redis \
|
||||||
php$PHPVER-soap \
|
php$PHPVER-soap \
|
||||||
php$PHPVER-xml \
|
php$PHPVER-xml \
|
||||||
php$PHPVER-xmlrpc \
|
php$PHPVER-xmlrpc \
|
||||||
php$PHPVER-zip \
|
php$PHPVER-zip \
|
||||||
php-imagick \
|
php-imagick \
|
||||||
php-redis \
|
|
||||||
redis-server \
|
redis-server \
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
|
@ -386,7 +386,7 @@ if [ "$ENABLE_HSTS" = "yes" ]; then
|
||||||
sed -i "s|# add_header Strict-Transport-Security|add_header Strict-Transport-Security|g" $NC_NGINX_CONF
|
sed -i "s|# add_header Strict-Transport-Security|add_header Strict-Transport-Security|g" $NC_NGINX_CONF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DISTRO_RELEASE" != "xenial" ] && [ -z $PREAD_PROXY ]; then
|
if [ "$DISTRO_RELEASE" != "xenial" ] && [ ! -z $PREAD_PROXY ]; then
|
||||||
echo "
|
echo "
|
||||||
Setting up Nextcloud domain on Jitsi Meet turn proxy
|
Setting up Nextcloud domain on Jitsi Meet turn proxy
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue