diff --git a/cron_allowed_hosts.conf b/cron_allowed_hosts.conf index cd2d30ab..bdb3dd9c 100644 --- a/cron_allowed_hosts.conf +++ b/cron_allowed_hosts.conf @@ -6,5 +6,5 @@ geo $not_allowed_cron { default 1; ## Add your set of hosts. 127.0.0.1 0; # allow the localhost - 192.168.1.0/24 0; # (V)LAN hosts allowed + 192.168.1.0/24 0; # allow on an internal network } diff --git a/fastcgi.conf b/fastcgi.conf index 6811393f..def7d176 100644 --- a/fastcgi.conf +++ b/fastcgi.conf @@ -4,7 +4,7 @@ include fastcgi_params; fastcgi_buffers 256 4k; fastcgi_intercept_errors on; ## allow 4 hrs - pass timeout responsibility to upstream. -fastcgi_read_timeout 14400; +fastcgi_read_timeout 14400; fastcgi_index index.php; ## Hide the X-Drupal-Cache header provided by Pressflow. fastcgi_hide_header 'X-Drupal-Cache'; diff --git a/fastcgi_private_files.conf b/fastcgi_private_files.conf index ae1ca214..163caabc 100644 --- a/fastcgi_private_files.conf +++ b/fastcgi_private_files.conf @@ -27,7 +27,7 @@ fastcgi_param SCRIPT_FILENAME $document_root/index.php; fastcgi_buffers 256 4k; fastcgi_intercept_errors on; ## Allow 4 hrs - pass timeout responsibility to upstream. -fastcgi_read_timeout 14400; +fastcgi_read_timeout 14400; fastcgi_index index.php; ## Hide the X-Drupal-Cache header provided by Pressflow. fastcgi_hide_header 'X-Drupal-Cache';