Update nginx.sh

This commit is contained in:
FusionPBX 2017-03-31 18:56:08 -06:00 committed by GitHub
parent e1089f8034
commit d1dc0e4116
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ if [ ."$php_version" = ."7" ]; then
pkg install --yes php70-imap php70-ldap php70-mcrypt php70-openssl php70-sockets php70-simplexml php70-xml php70-session
fi
#update the list of executables in the path
rehash
#enable fusionpbx nginx config
mv /usr/local/etc/nginx/nginx.conf /usr/local/etc/nginx/nginx.conf-orig
cp nginx/nginx.conf /usr/local/etc/nginx