ngx_http_upstream_module模块 #分流The ngx_http_upstream_module module is used to define groups of servers that can be referenced by the proxy_pass, fastcgi_pass, uwsgi_pa…
sed -n(不输出模式,不自动打印) sed -d(删除匹配到的内容) sed-e(多点编辑) sed-r(支持扩展正则表达式) sed#,#(地址定界,在此范围中匹配) sed 1~2 sed 2~2 (找奇数行和偶数行) sed =(为打印到的内容编辑行号) sed!(取反) sed s///(查找替换,支持使用其他…