Skip to content

Commit a7412ba

Browse files
author
Wenhao Song
committed
fix the missing L before '<ngx_access>'
1 parent d584a0e commit a7412ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)