From e9ee98fb4a6ddd1c1d9ff967ea40c87f2bd66bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20P=2E=20P=2E=20Almeida?= Date: Tue, 28 May 2013 01:10:38 +0200 Subject: [PATCH] * Fixed @drupal-no-args setting. --- apps/drupal/drupal.conf | 2 +- apps/drupal/drupal_boost.conf | 2 +- apps/drupal/drupal_boost_escaped.conf | 2 +- apps/drupal/drupal_escaped.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/drupal/drupal.conf b/apps/drupal/drupal.conf index b1382431..483be51a 100644 --- a/apps/drupal/drupal.conf +++ b/apps/drupal/drupal.conf @@ -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. diff --git a/apps/drupal/drupal_boost.conf b/apps/drupal/drupal_boost.conf index 390657c5..d6b81fa7 100644 --- a/apps/drupal/drupal_boost.conf +++ b/apps/drupal/drupal_boost.conf @@ -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. diff --git a/apps/drupal/drupal_boost_escaped.conf b/apps/drupal/drupal_boost_escaped.conf index 8162b217..d48eef51 100644 --- a/apps/drupal/drupal_boost_escaped.conf +++ b/apps/drupal/drupal_boost_escaped.conf @@ -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. diff --git a/apps/drupal/drupal_escaped.conf b/apps/drupal/drupal_escaped.conf index 730d4b8a..1bb66933 100644 --- a/apps/drupal/drupal_escaped.conf +++ b/apps/drupal/drupal_escaped.conf @@ -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.