How to set the upper buffer capacity limit for Nginx server

王林
Release: 2023-05-19 23:19:04
forward
1009 people have browsed it

Set the upper limit of buffer capacity

Such a setting can prevent buffer overflow attacks (also Server module)

client_div_buffer_size 1k; client_header_buffer_size 1k; client_max_div_size 1k; large_client_header_buffers 2 1k;
Copy after login

After setting, no matter how many HTTP requests Will not overflow the server system's buffer.

The above is the detailed content of How to set the upper buffer capacity limit for Nginx server. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!