Update nginx.sh

This commit is contained in:
FusionPBX 2017-04-01 22:46:21 -06:00 committed by GitHub
parent 45994e461e
commit 68d15edb5e
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ echo 'nginx_enable="YES"' >> /etc/rc.conf
echo 'php_fpm_enable="YES"' >> /etc/rc.conf
#set the default version of postgres
echo 'DEFAULT_VERSIONS+=pgsql=$database_version' >> /etc/make.conf
echo "DEFAULT_VERSIONS+=pgsql=$database_version" >> /etc/make.conf
echo "DEFAULT_VERSIONS+=ssl=openssl" >> /etc/make.conf
#install dependencies
if [ ."$php_version" = ."5" ]; then