add php-nginx

This commit is contained in:
Stille
2022-07-20 23:24:29 +08:00
parent 920a445fab
commit 473df97a18
115 changed files with 2903 additions and 0 deletions
@@ -0,0 +1,14 @@
[group:cron]
programs=crond
priority=25
[program:crond]
command = /opt/docker/bin/service.d/cron.sh
process_name=%(program_name)s
startsecs = 0
autostart = false
autorestart = true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0