Skip to content

Commit

Permalink
* Fixed @drupal-no-args setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
António P. P. Almeida committed May 27, 2013
1 parent e64e3ed commit e9ee98f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/drupal/drupal.conf
Expand Up @@ -242,7 +242,7 @@ location @drupal {
location @drupal-no-args {
## Include the specific FastCGI configuration. This is for a
## FCGI backend like php-cgi or php-fpm.
include apps/drupal/fastcgi_drupal.conf;
include apps/drupal/fastcgi_no_args_drupal.conf;
fastcgi_pass phpcgi;

## FastCGI microcache.
Expand Down
2 changes: 1 addition & 1 deletion apps/drupal/drupal_boost.conf
Expand Up @@ -272,7 +272,7 @@ location @drupal {
location @drupal-no-args {
## Include the specific FastCGI configuration. This is for a
## FCGI backend like php-cgi or php-fpm.
include apps/drupal/fastcgi_drupal.conf;
include apps/drupal/fastcgi_no_args_drupal.conf;
fastcgi_pass phpcgi;

## FCGI microcache for authenticated users also.
Expand Down
2 changes: 1 addition & 1 deletion apps/drupal/drupal_boost_escaped.conf
Expand Up @@ -275,7 +275,7 @@ location @drupal {
location @drupal-no-args {
## Include the specific FastCGI configuration. This is for a
## FCGI backend like php-cgi or php-fpm.
include apps/drupal/fastcgi_drupal.conf;
include apps/drupal/fastcgi_no_args_drupal.conf;
fastcgi_pass phpcgi;

## FCGI microcache for authenticated users also.
Expand Down
2 changes: 1 addition & 1 deletion apps/drupal/drupal_escaped.conf
Expand Up @@ -245,7 +245,7 @@ location @drupal {
location @drupal-no-args {
## Include the specific FastCGI configuration. This is for a
## FCGI backend like php-cgi or php-fpm.
include apps/drupal/fastcgi_drupal.conf;
include apps/drupal/fastcgi_no_args_drupal.conf;
fastcgi_pass phpcgi;

## FastCGI microcache.
Expand Down

0 comments on commit e9ee98f

Please sign in to comment.