From 72c518452f391502538ef5a7e412088a53c6ae24 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 28 Feb 2008 20:44:16 +0000 Subject: add "root" to the fastcgi example to set correct included DOCUMENT_ROOT --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/nginx.conf b/conf/nginx.conf index 75dad9342..315245d14 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -63,6 +63,7 @@ http { # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # #location ~ \.php$ { + # root html; # fastcgi_pass 127.0.0.1:9000; # fastcgi_index index.php; # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; -- cgit v1.2.3