From 964795b0612d55f4c66b8596c6c8aab26d74c9a9 Mon Sep 17 00:00:00 2001 From: tobiaspetrasch Date: Tue, 13 Feb 2018 23:55:08 +0100 Subject: [PATCH] Fixed spelling mistake in supervisord config file --- 7.1/supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/7.1/supervisord.conf b/7.1/supervisord.conf index 0b32ad5..4521134 100755 --- a/7.1/supervisord.conf +++ b/7.1/supervisord.conf @@ -12,10 +12,10 @@ stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 -[program:php5-fpm] +[program:php7-fpm] command = /usr/sbin/php-fpm7.1 -F autostart = true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 \ No newline at end of file +stderr_logfile_maxbytes=0