From 5528d8f97d55e7c92c956dfa20c4703b7cb22079 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 16 Dec 2023 20:32:23 +0000 Subject: [PATCH] php/lighttpd: typo --- images/php-fpm/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php-fpm/lighttpd.conf b/images/php-fpm/lighttpd.conf index cd7dcad..87c9cd6 100644 --- a/images/php-fpm/lighttpd.conf +++ b/images/php-fpm/lighttpd.conf @@ -16,4 +16,4 @@ fastcgi.server = ( ".php" => )) ) -include "/srv/lighttpd/*.conf"; \ No newline at end of file +include "/srv/lighttpd/*.conf" \ No newline at end of file