
nginx
DMcomming
你有什么理由不努力…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Nginx日志切割
Nginx日志文件:access.log error.log 对日志文件进行切割,按日期清理原创 2020-04-23 16:04:01 · 205 阅读 · 0 评论 -
Nginx设置目录浏览
Nginx设置目录浏览编辑nginx.conf 编辑nginx.conf location /cloud { location ~* .*.(txt|sh|py){ add_header Content-Type text/plain; } alias /home/cloud/; auth_basic "Enter your name and password"; auth_ba...原创 2018-12-25 23:45:51 · 399 阅读 · 0 评论