forked from norman/fusionpbx-install.sh-github-mirror
Add 127.0.0.1:80, 443, and rewrite rules to the nginx config
This commit is contained in:
@@ -28,7 +28,7 @@ if [ ."$php_version" = ."7" ]; then
|
||||
fi
|
||||
|
||||
#enable fusionpbx nginx config
|
||||
#cp nginx/fusionpbx.conf /usr/local/etc/nginx/conf.d/fusionpbx
|
||||
cp nginx/fusionpbx.conf /usr/local/etc/nginx/conf.d/fusionpbx
|
||||
|
||||
#self signed certificate
|
||||
#ln -s /etc/ssl/private/ssl-cert-snakeoil.key /etc/ssl/private/nginx.key
|
||||
@@ -44,4 +44,3 @@ mkdir -p /var/www/letsencrypt/
|
||||
service php-fpm restart
|
||||
service nginx restart
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user