摘要: 最近数据库总是出现连接错误,导致阻塞。并提示以下错误: Host is blocked because of many connection errors;unblock with 'mysqladmin flush-hosts' 我已经将数据库错误连接数调大了,但是还是没一会就出错。 这里手动的解 阅读全文
posted @ 2022-09-15 17:28 Huathy 阅读(101) 评论(0) 推荐(0)
摘要: Nginx配置禁止远程访问swagger server { # 禁止远程访问swagger,xrebel等 location ~ /api-docs { return 403 FORBIDDEN!; } location ~ /swagger-ui.html { return 403 FORBIDD 阅读全文
posted @ 2022-09-15 17:16 Huathy 阅读(607) 评论(0) 推荐(0)