Removed because it broke Advanced -> Upgrade on CentOS

This commit is contained in:
FusionPBX 2017-06-08 22:08:11 -06:00 committed by GitHub
parent 33c94652ba
commit 42ef371737
1 changed files with 0 additions and 20 deletions

View File

@ -21,16 +21,6 @@ server{
fastcgi_param SCRIPT_FILENAME /var/www/fusionpbx$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME /var/www/fusionpbx$fastcgi_script_name;
} }
# 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 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /var/www/fusionpbx$fastcgi_script_name;
fastcgi_read_timeout 15m;
}
# Disable viewing .htaccess & .htpassword & .db # Disable viewing .htaccess & .htpassword & .db
location ~ .htaccess { location ~ .htaccess {
deny all; deny all;
@ -112,16 +102,6 @@ server {
fastcgi_param SCRIPT_FILENAME /var/www/fusionpbx$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME /var/www/fusionpbx$fastcgi_script_name;
} }
# 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 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /var/www/fusionpbx$fastcgi_script_name;
fastcgi_read_timeout 15m;
}
# Disable viewing .htaccess & .htpassword & .db # Disable viewing .htaccess & .htpassword & .db
location ~ .htaccess { location ~ .htaccess {
deny all; deny all;