Update fusionpbx

This commit is contained in:
FusionPBX 2017-09-21 22:40:30 -06:00 committed by GitHub
parent 163929dd7c
commit 7fe6b668a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
server{
server {
listen 127.0.0.1:80;
server_name 127.0.0.1;
access_log /var/log/nginx/access.log;
@ -200,7 +200,7 @@ server {
# Allow the upgrade routines to run longer than normal
location = /core/upgrade/index.php {
fastcgi_pass unix:/var/run/php/php-fpm.sock;
fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
#fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi_params;