diff --git a/centos/resources/nginx/fusionpbx b/centos/resources/nginx/fusionpbx index 507e490..318d9e1 100755 --- a/centos/resources/nginx/fusionpbx +++ b/centos/resources/nginx/fusionpbx @@ -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;