Skip to content

Commit 229f263

Browse files
authored
update REAME
1 parent 86acbd0 commit 229f263

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Nginx/nginx-high-basic.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@
225225
- [x] [负载均衡五个配置实例](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/Nginx-Web/Nginx-7-Proxy.md)
226226
- [x] [Openresty-Lua动态修改upstream后端服务](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/Nginx-Web/openresty-nginx-lua-Proxy.md)
227227
+ TCP负载均衡
228-
- [x] [Module ngx_stream_core_module](http://nginx.org/en/docs/stream/ngx_stream_core_module.html#stream)
229-
- [x] [负载均衡](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/Nginx-Web/Nginx-8-tcp-Proxy.md)
228+
- [x] [Module ngx_stream_core_module](http://nginx.org/en/docs/stream/ngx_stream_core_module.html#stream)
229+
- [x] [负载均衡](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/Nginx-Web/Nginx-8-tcp-Proxy.md)
230230
+ proxy_pass 代理的URL总结
231231
+ 在nginx中配置proxy_pass时,当在后面的url加上了/,相当于是绝对根路径,则nginx不会把location中匹配的路径部分代理走;如果没有/,则会把匹配的路径部分也给代理走。
232232
+ 将url中以/wap/开头的请求转发到后台对应的某台server上,注意最后的?$args,表明把原始url最后的get参数也给代理到后台
@@ -274,4 +274,4 @@
274274
## <a name="Nginx_Web9_knowledge"/> 第九章 Nginx初探1
275275
+ 测试一
276276
## <a name="Nginx_Web10_knowledge"/> 第十章 Nginx初探1
277-
+ 测试一
277+
+ 测试一

0 commit comments

Comments
 (0)