Skip to content

Commit e73bfce

Browse files
committed
Merge pull request openresty#3 from mfight/master
Fix two misspelling in en-uk version
2 parents d28c955 + a7412ba commit e73bfce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en-uk/02-NginxDirectiveExecOrder04.tut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ is what we are after by using Nginx. On the other hand, it's absolutely
5555
necessary to be equipped with measuring techniques, because only actual
5656
data
5757
distinguishes amateurs and professionals. In fact, both L<ngx_lua> and
58-
<ngx_access>
58+
L<ngx_access>
5959
perform pretty good for IP filtering. To minimize measuring errors we could
6060
measure directly the elapsed time of C<access> phase. Traditionally, this
6161
means

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)