...
|
...
|
@@ -2,4 +2,6 @@ |
|
|
|
|
|
|
|
|
## nginx configuration
|
|
|
- `limit-ip.properties`: IP限流的配置,配置接口在单个IP上的限流值。 |
|
|
\ No newline at end of file |
|
|
- `nginx_common_conf.yml`: nginx全局的公共配置,目前只包含 lua_golbal_switch,lua的全局开关控制是否执行限流和ip黑名单逻辑。
|
|
|
- `nginx_api_limit_rate.yml`: 接口的限流配置
|
|
|
- `nginx_limit_ip_access.yml`: IP限流的配置,配置接口在单个IP上的限流值。 |
|
|
\ No newline at end of file |
...
|
...
|
|