Skip to content

Commit 185f106

Browse files
committed
code review: fixed several review comments.
1 parent 297df61 commit 185f106

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/ngx/resolver.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Synopsis
6969

7070
[Back to TOC](#table-of-contents)
7171

72-
Methods
72+
Method
7373
=======
7474

7575
resolve
@@ -86,7 +86,6 @@ The 'ipv4' flag has default value `true`.
8686

8787
It is required to configure the [resolver](http://nginx.org/en/docs/http/ngx_http_core_module.html#resolver) directive in the `nginx.conf`.
8888

89-
9089
[Back to TOC](#table-of-contents)
9190

9291
Community

t/resolver.t

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ run_tests();
1010

1111
__DATA__
1212
13-
1413
=== TEST 1: use resolver in rewrite_by_lua_block
1514
--- http_config
1615
lua_package_path "$TEST_NGINX_LUA_PACKAGE_PATH";

0 commit comments

Comments
 (0)