forked from norman/fusionpbx-install.sh-github-mirror
BugFix Relative paths (#57)
some relative paths needed to be updated when chdir was added
This commit is contained in:
2
debian/resources/nginx.sh
vendored
2
debian/resources/nginx.sh
vendored
@@ -13,7 +13,7 @@ verbose "Installing the web server"
|
||||
apt-get install -y --force-yes nginx php5 php5-cli php5-fpm php5-pgsql php5-sqlite php5-odbc php5-curl php5-imap php5-mcrypt
|
||||
|
||||
#enable fusionpbx nginx config
|
||||
cp resources/nginx/fusionpbx /etc/nginx/sites-available/fusionpbx
|
||||
cp nginx/fusionpbx /etc/nginx/sites-available/fusionpbx
|
||||
ln -s /etc/nginx/sites-available/fusionpbx /etc/nginx/sites-enabled/fusionpbx
|
||||
|
||||
#self signed certificate
|
||||
|
||||
Reference in New Issue
Block a user