Nginx - 开发说
设置nginx目录,统计文件以GB和MB大小显示

让nginx列表目录并设置文件显示为G和MB格式,并设置时间为服务器本地时间 location / { root /data/www/file //指定实际目录绝对路径; autoindex on; //开启目录浏览功能; autoindex_exact_size off; //关闭详细文件大小统计,让文件大小显示MB,GB单位,默认为b; autoinde…

      2016年07月30日   阅读 3,094 次     0 评论   Tags: ,
安装和更新Let’s Encrypt证书

1、安装Let's Encrypt证书 git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt ./letsencrypt-auto certonly --standalone --email kf@kaifashuo.com -d kaifashuo.com -d kaifas…

      2016年07月20日   阅读 2,032 次     0 评论   Tags: ,