Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix the file name error F<index/html> to F<index.html>
  • Loading branch information
Wenhao Song committed Sep 27, 2012
commit d584a0ed7beb583873e85ec968b2d13352d7b414
2 changes: 1 addition & 1 deletion en-uk/02-NginxDirectiveExecOrder06.tut
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ triggered by module L<ngx_index>, when it finds the needed file.
echo "a = $a";
}

We need to create an empty file F<index/html> under the path
We need to create an empty file F<index.html> under the path
F</var/www/>, and make sure the file is readable for the Nginx
worker process. Then we could send request to C</>:

Expand Down