摘要: location中添加:deny all;(拒绝所有)、allow IP;(允许IP访问) 1、安装htpasswd yum install httpd htpasswd -c /usr/local/nginx/key admin; #生成账号密码 2、配置文件 location = /status 阅读全文
posted @ 2022-09-20 20:44 GUAtiger 阅读(149) 评论(0) 推荐(0)
摘要: 1、配置java环境 2、配置内核参数 vim /etc/security/limits.conf * soft nofile 65536 * hard nofile 65536 * soft nproc 2048 * hard nproc 2048 * soft memlock unlimited 阅读全文
posted @ 2022-09-20 19:46 GUAtiger 阅读(7) 评论(0) 推荐(0)