diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2012-03-15 10:11:38 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2012-03-15 10:11:38 +0000 |
commit | effb2a3109325115c6e2afd043941df391e18964 (patch) | |
tree | 050232910f3b5e41620a1e2361f5b10e5f9203eb | |
parent | a3f0c81b3a8284fa1de1ddf06712d5642d285fbb (diff) |
use the correct dir for php in the default config
-rw-r--r-- | usr.sbin/nginx/conf/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nginx/conf/nginx.conf b/usr.sbin/nginx/conf/nginx.conf index 62b6ecc05cf..0f3fc501016 100644 --- a/usr.sbin/nginx/conf/nginx.conf +++ b/usr.sbin/nginx/conf/nginx.conf @@ -66,7 +66,7 @@ http { # root /htdocs; # fastcgi_pass 127.0.0.1:9000; # fastcgi_index index.php; - # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; + # fastcgi_param SCRIPT_FILENAME /htdocs$fastcgi_script_name; # include fastcgi_params; #} |