fixing a typo whilst using vim!
This commit is contained in:
@@ -22,7 +22,7 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|||||||
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
|
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
|
||||||
|
|
||||||
[program:php5-fpm]
|
[program:php5-fpm]
|
||||||
commaind=/usr/sbin/php5-fpm -c /etc/php5/fpm
|
command=/usr/sbin/php5-fpm -c /etc/php5/fpm
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=5
|
priority=5
|
||||||
|
|||||||
Reference in New Issue
Block a user