Authored by chunhua.zhang

Update readme.md

Showing 1 changed file with 11 additions and 0 deletions
@@ -9,6 +9,17 @@ @@ -9,6 +9,17 @@
9 - [`nginx_limit_api.yml`](http://git.yoho.cn/ops/configuration/blob/master/nginx_limit_api.yml): 接口的限流配置 9 - [`nginx_limit_api.yml`](http://git.yoho.cn/ops/configuration/blob/master/nginx_limit_api.yml): 接口的限流配置
10 - [`nginx_limit_ip.yml`](http://git.yoho.cn/ops/configuration/blob/master/nginx_limit_ip.yml): IP限流的配置,配置接口在单个IP上的限流值。 10 - [`nginx_limit_ip.yml`](http://git.yoho.cn/ops/configuration/blob/master/nginx_limit_ip.yml): IP限流的配置,配置接口在单个IP上的限流值。
11 11
  12 +
  13 +`white list`
  14 + - /payment/alipay_data
  15 + - /payment/unionpay_data
  16 + - /payment/alipay_notify
  17 + - /payment/weixin_data
  18 + - /payment/weixin_notify
  19 + - app.graphic.img
  20 + - app.graphic.verify
  21 +
  22 +
12 > 23 >
13 > 说明: 限流是基于`openresty`内存实现,是限制单个`openresty server`的流量 24 > 说明: 限流是基于`openresty`内存实现,是限制单个`openresty server`的流量
14 > 25 >