From 8714d8d3d0e488339a5173bb0af279a6f0437d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 26 Mar 2024 09:08:48 +0100 Subject: [PATCH] Aktualizovat supervisord.conf --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index bdf91ea..7256bae 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -8,7 +8,7 @@ autorestart=true stdout_logfile=/var/log/nginx/access.log stderr_logfile=/var/log/nginx/error.log -[program:java] +[program:php-fpm] command=bash -c "service php8.1-fpm start" autostart=true autorestart=true