This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push: new 6fce5d2b [Typo fixed in server.md] (#2432) 6fce5d2b is described below commit 6fce5d2be8f776a8f0205fcced056be84a401b12 Author: Khalid Abdullah <khalidcomill...@gmail.com> AuthorDate: Mon Oct 30 08:08:54 2023 +0600 [Typo fixed in server.md] (#2432) --- docs/en/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/server.md b/docs/en/server.md index 39738acf..62480d28 100644 --- a/docs/en/server.md +++ b/docs/en/server.md @@ -687,7 +687,7 @@ Builtin services are useful, on the other hand include a lot of internal informa ```nginx location /MyAPI { ... - proxy_pass http://<target-server>/ServiceName/MethodName$query_string # $query_string is a nginx varible, check out http://nginx.org/en/docs/http/ngx_http_core_module.html for more. + proxy_pass http://<target-server>/ServiceName/MethodName$query_string # $query_string is a nginx variable, check out http://nginx.org/en/docs/http/ngx_http_core_module.html for more. ... } ``` --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org