Get nginx working with php-fpm

This commit is contained in:
Mark J Crane
2017-03-27 02:28:40 -06:00
parent 37d0e9ec99
commit a0a4c0df73
4 changed files with 64 additions and 13 deletions

View File

@@ -22,6 +22,6 @@ else
fi
#get the source code
git clone $branch https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx
chown -R www:www /var/www/fusionpbx
chmod -R 755 /var/www/fusionpbx/secure
git clone $branch https://github.com/fusionpbx/fusionpbx.git /usr/local/www/fusionpbx
chown -R www:www /usr/local/www/fusionpbx
chmod -R 755 /usr/local/www/fusionpbx/secure