Kubernetes/srcs/wp/supervisord.conf
Matthos Denys 38c35f3cf1 add wp
2021-03-07 01:13:44 +03:00

7 lines
176 B
Plaintext
Executable File

[supervisord]
nodaemon=true
user=root
[program:php]
command= /usr/sbin/php-fpm7
[program:nginx]
command=sh -c "nginx -g 'daemon off;' && kill -s SIGTERM $(cat supervisord.pid)"