Home>Article>Operation and Maintenance> What are the Nginx client request configuration items?
Nginx client request configuration items are: 1. "limit_except", which limits user requests according to the HTTP method name; 2. "client_max_body_size size", the maximum value of the HTTP request body; 3. "limit_rate speed", Rate limits for requests, etc.
Client request configuration
Configuration items | Default | Purpose | Configuration block |
---|---|---|---|
location | |||
1m | Maximum value of HTTP request packet body | http, server, location | |
0 | Rate limit for requests | http, server, location | |
1m | Sending response length exceeds 1m Post-speed limit | http, server, location |
The above is the detailed content of What are the Nginx client request configuration items?. For more information, please follow other related articles on the PHP Chinese website!