Update fusionpbx
This commit is contained in:
parent
163929dd7c
commit
7fe6b668a9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue