Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lowendbox committed Apr 10, 2011
1 parent fcd97b9 commit c365185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ location ~ \.php$ {
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
if (-f $request_filename) {
if (-f \$request_filename) {
fastcgi_pass unix:/var/run/www/php.sock;
}
}
Expand Down

1 comment on commit c365185

@johannsa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

Please sign in to comment.