在server中添加如下图所示:
auth_basic “Password”;
auth_basic_user_file /usr/local/app/nginx/conf/vhosts/htpasswd;
autoindex on; 继续阅读
在server中添加如下图所示:
auth_basic “Password”;
auth_basic_user_file /usr/local/app/nginx/conf/vhosts/htpasswd;
autoindex on; 继续阅读
近日redis报警磁盘空间不足,根目录20G,du -sh *查了一下,只用了3.6G,但df -h里显示使用了14G。 继续阅读
1、git安装完成后,需要设置
git config –global user.name “xxxx”
git config –global user.email “xxx@nazoua.com” 继续阅读
这是朋友的一台服务器,磁盘空间无法写入,一查,发现inode被占满。第一次遇到这样的问题,截图留念一下。 继续阅读
#!/bin/bash
# 继续阅读
yum install net-snmp net-snmp-devel net-snmp-utils -y
继续阅读