Skip to content

Commit

Permalink
* Propagating some more fixes from the D7 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
António P. P. Almeida committed May 9, 2013
1 parent cb2a1f8 commit 57a1d8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cron_allowed_hosts.conf
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion fastcgi.conf
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion fastcgi_private_files.conf
Expand Up @@ -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';
Expand Down

0 comments on commit 57a1d8c

Please sign in to comment.