删除指定目录下N天以前的日志文件find /path -name "*.log" -type f -mtime +210 -exec rm -f {} \;
阅读全文...
简单更新web资源脚本
#!/bin/bash
#登录账号
user=`whoami`
#运行环境
env="debug";
if [[ $user = "root" ]]; then
echo $user;
env=&q...
阅读全文...
阅读全文...
ngx_http_limit_conn_module
使用版本 - CentOS Linux release 7.5.1804 (Core) - nginx/1.12.2版本 - curl 7.61.0 (x86_64-pc-linux-gnu) libcurl/7.61.0 OpenSSL/1.0.2k ...
阅读全文...
阅读全文...