Skip to content

Commit ef1c29b

Browse files
committed
modify readme
1 parent 9a91de1 commit ef1c29b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- nginx/logs/, 虚拟主机日志,多应用同上
77
- nginx/conf.d/, 虚拟主机配置,多应用同上
88
- php-fpm/, Dockerfile 及 php 相关配置
9+
- sh/,shell 脚本
910

1011
## 镜像说明
1112
- nginx,官方 nginx:1.15
@@ -35,6 +36,10 @@
3536
- opcache.ini
3637
- enable 128M 60s
3738

39+
## docker_nginx_log_cutting.sh
40+
- 自动切割打包 ./nginx/logs/ 下的所有项目
41+
- 保存近 14 天的日志压缩包
42+
3843
## php-fpm
3944
> 为了让容器内脚本可写目录和文件,如日志(runtime/、web/),容器目录需要设置 www-data 用户和组
4045
```shell

0 commit comments

Comments
 (0)