forked from norman/fusionpbx-install.sh-github-mirror
Update fusionpbx
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user