05 2023 档案
摘要:mac终端: sudo killall -HUP mDNSResponder windows命令提示符: ipconfig /flushdns Linux: service nscd restart centos7以上 systemctl restart nscd
阅读全文
摘要:浏览器报错,原因:客户端请求数据过大时,nginx返回数据被拦截 location节点下增加: client_max_body_size 100m; proxy_buffer_size 4096k; proxy_buffers 4 4096k; 然后重新加载配置文件即可: nginx -s relo
阅读全文