...
|
...
|
@@ -25,7 +25,8 @@ http { |
|
|
|
|
|
log_format fenxi '$remote_addr|$http_x_forwarded_for|[$time_local]|$http_host|$request|'
|
|
|
'$status|$body_bytes_sent|$request_time|$upstream_response_time|$upstream_cache_status|$http_referer|'
|
|
|
'$http_user_agent|$upstream_addr';
|
|
|
'$http_user_agent|$upstream_addr|'
|
|
|
'$real_ip|$request_api_method|$request_uid|$request_udid';
|
|
|
|
|
|
|
|
|
# limit req configuration limit for 20r/s for every ip
|
...
|
...
|
|