nginx 连接dos攻击

Last updated on September 15, 2024 pm

🧙 Questions

☄️ Ideas

location /app {

  deny  all;

  deny  194.87.149.114; 
  deny  139.9.237.0;  
  deny  159.89.143.221; 
  deny  185.16.38.114; 
  deny  64.112.72.118; 
  deny  62.210.181.97; 

  root   /usr/share/nginx/html;
  index  index.html;
  try_files $uri $uri/ /app/index.html;
}

nginx 连接dos攻击
https://ispong.isxcode.com/vue/nginx/nginx 连接dos攻击/
Author
ispong
Posted on
August 10, 2023
Licensed under