123
http { server_tokens off;}
阅读全文
12345678910111213
geo $limit { default 1; 127.0.0.1/32 0; 172.21.0.5/32 0; 192.168.22.11/24 0;}map $limit $limit_key { 0 ""; 1 $binary_remote_addr;}limit_req_zone $limit_key zone=perip:10m rate=5r/s;
猜测的原理:
使用了DataDog处理nginx的访问日志,但还有个问题就是access.log文件datadog-agent没有权限访问,每次只能对/var/log/nginx目录下的所有文件进行chmod o+r才行
chmod o+r
用了Element的UI组件,效果挺好的
label{ text-align-last: justify;}
1
@RequestMapping(value = "/postMethod", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE)
1234567
.a{ cursor: pointer; /* 手型 */}.b{ cursor: not-allowed; /* 禁用 */}