Skip to content

Commit

Permalink
add "root" to the fastcgi example to set correct included DOCUMENT_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Feb 28, 2008
1 parent 4491dae commit 72c5184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 72c5184

Please sign in to comment.