Skip to content

Commit 8500053

Browse files
committed
Update README.md
1 parent c8a2e32 commit 8500053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ About upstream: http://nginx.org/en/docs/http/ngx_http_upstream_module.html#upst
5858
}
5959
6060
server {
61-
# GET | POST | PUT | DELETE tnt_test?q=1&q=2&q=3
61+
# HTTP [GET | POST | PUT | DELETE] /tnt_rest?q=1&q=2&q=3
6262
location /tnt_rest {
6363
# REST mode on
6464
tnt_http_rest_methods get post put delete; # or all

0 commit comments

Comments
 (0)