hosting-backend/deploy/supervisord.conf
Alexis Bruneteau f03513aa99
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 13s
prod v0
2025-06-02 11:10:20 +02:00

9 lines
137 B
Plaintext

[supervisord]
nodaemon=true
[program:php-fpm]
command=/usr/local/sbin/php-fpm
[program:nginx]
command=/usr/sbin/nginx -g "daemon off;"