mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 14:10:54 +00:00
Merge pull request #75 from matrixik/master
Small addition to supervisord en docs
This commit is contained in:
commit
86ddfe5375
@ -1,4 +1,6 @@
|
||||
## supervisord
|
||||
## Supervisord
|
||||
|
||||
[Supervisord](http://supervisord.org/) will make sure your web app is always up.
|
||||
|
||||
1. Installation
|
||||
|
||||
@ -12,7 +14,7 @@
|
||||
|
||||
mkdir /etc/supervisord.conf.d
|
||||
|
||||
2. Configure /etc/supervisord.conf
|
||||
2. Configure `/etc/supervisord.conf`
|
||||
|
||||
[include]
|
||||
files = /etc/supervisord.conf.d/*.conf
|
||||
|
Loading…
Reference in New Issue
Block a user