项目初始化
This commit is contained in:
16
docker/php/php.conf
Normal file
16
docker/php/php.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
[program:php]
|
||||
directory=/var/www
|
||||
|
||||
# 生产环境
|
||||
command=php bin/laravels start -i
|
||||
|
||||
# 开发环境
|
||||
#command=./bin/inotify ./app
|
||||
|
||||
numprocs=1
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=3
|
||||
user=root
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
Reference in New Issue
Block a user