摘要:
一,nginx配置:只允许get/post方法访问 配置规则: location / { if ($request_method !~ ^(GET|POST)$ ) { return 403; } ... } 效果:使用PUT等非GET/POST方法 二,modsecurity配置: 只允许get/ 阅读全文
posted @ 2024-10-28 10:42
刘宏缔的架构森林
阅读(446)
评论(0)
推荐(0)
浙公网安备 33010602011771号