Skip to content

Commit d584a0e

Browse files
author
Wenhao Song
committed
fix the file name error F<index/html> to F<index.html>
1 parent d28c955 commit d584a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en-uk/02-NginxDirectiveExecOrder06.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ triggered by module L<ngx_index>, when it finds the needed file.
7272
echo "a = $a";
7373
}
7474

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

0 commit comments

Comments
 (0)