From 4684d509454547498bed3c3510143226213266b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 12 Mar 2024 19:11:11 +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 a7c3118..5a6d31b 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -2,7 +2,7 @@ nodaemon=true [program:nginx] -command=nginx -g "daemon off;" -c /opt/nginx.conf +command=nginx -g "daemon off;" autostart=true autorestart=true stdout_logfile=/var/log/nginx/access.log