FusionPBX 8 anni fa
parent
commit
7fe6b668a9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      centos/resources/nginx/fusionpbx

+ 2 - 2
centos/resources/nginx/fusionpbx

@@ -1,5 +1,5 @@
 
 
-server{
+server {
 	listen 127.0.0.1:80;
 	listen 127.0.0.1:80;
 	server_name 127.0.0.1;
 	server_name 127.0.0.1;
 	access_log /var/log/nginx/access.log;
 	access_log /var/log/nginx/access.log;
@@ -200,7 +200,7 @@ server {
 
 
 	# Allow the upgrade routines to run longer than normal
 	# Allow the upgrade routines to run longer than normal
 	location = /core/upgrade/index.php {
 	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_pass 127.0.0.1:9000;
 		fastcgi_index index.php;
 		fastcgi_index index.php;
 		include fastcgi_params;
 		include fastcgi_params;