453f4653c3
Relates to #420 Fixes: - [all] remove Nginx' 'server_name' attribute - [dev] create the phpinfo() script from the Dockerfile Modifications: - [all] remove documentation/guide (to be added to the wiki) - [all] update maintainer information - [prod] differentiate 'master' (:latest) and 'stable' (:stable) images Signed-off-by: VirtualTam <virtualtam@flibidi.net>
13 lines
231 B
Text
13 lines
231 B
Text
[program:php5-fpm]
|
|
command=/usr/sbin/php5-fpm -F
|
|
priority=5
|
|
autostart=true
|
|
autorestart=true
|
|
|
|
[program:nginx]
|
|
command=/usr/sbin/nginx
|
|
priority=10
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_events_enabled=true
|
|
stderr_events_enabled=true
|