diff options
author | 2012-03-15 10:11:37 +0000 | |
---|---|---|
committer | 2012-03-15 10:11:37 +0000 | |
commit | b80572ce7e56307a58317abee8716c5b9fe70d96 (patch) | |
tree | 7458f5145ca460b1255ac7ba7dc849627715dc06 | |
parent | Respond to secondary DA requests. (diff) | |
download | wireguard-openbsd-b80572ce7e56307a58317abee8716c5b9fe70d96.tar.xz wireguard-openbsd-b80572ce7e56307a58317abee8716c5b9fe70d96.zip |
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; #} |