From 63e5f1e570deda61b6d30215936ab66ae5ac8b08 Mon Sep 17 00:00:00 2001 From: nd Date: Mon, 19 Feb 2024 18:12:07 +0100 Subject: [PATCH 1/3] add bz2 php module --- tasks/php-fpm.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tasks/php-fpm.yml b/tasks/php-fpm.yml index 9e06655..c68782b 100644 --- a/tasks/php-fpm.yml +++ b/tasks/php-fpm.yml @@ -21,13 +21,14 @@ - php-gmp - php-zip - php-curl + - php-bz2 + - php-apcu + - php-bcmath + - php-pear # database pdos - php-pdo-sqlite - php-pdo-pgsql - php-pdo-mysql - - php-apcu - - php-bcmath - - php-pear notify: - restart nginx - restart php-fpm From 4b1ac020d6c3c9ca28d94ec3ec57d56c447e337b Mon Sep 17 00:00:00 2001 From: nd Date: Mon, 19 Feb 2024 19:09:09 +0100 Subject: [PATCH 2/3] add redis support to php --- tasks/php-fpm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/php-fpm.yml b/tasks/php-fpm.yml index c68782b..b8b2d83 100644 --- a/tasks/php-fpm.yml +++ b/tasks/php-fpm.yml @@ -25,6 +25,7 @@ - php-apcu - php-bcmath - php-pear + - php-redis # database pdos - php-pdo-sqlite - php-pdo-pgsql From ca850c76021144de6bf0505c60a4156912140b0f Mon Sep 17 00:00:00 2001 From: nd Date: Mon, 19 Feb 2024 19:09:19 +0100 Subject: [PATCH 3/3] add mjs to mime table --- files/config/mime.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/config/mime.types b/files/config/mime.types index 89be9a4..176b6c5 100644 --- a/files/config/mime.types +++ b/files/config/mime.types @@ -5,7 +5,7 @@ types { text/xml xml; image/gif gif; image/jpeg jpeg jpg; - application/javascript js; + application/javascript js mjs; application/atom+xml atom; application/rss+xml rss;