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; diff --git a/tasks/php-fpm.yml b/tasks/php-fpm.yml index 9e06655..b8b2d83 100644 --- a/tasks/php-fpm.yml +++ b/tasks/php-fpm.yml @@ -21,13 +21,15 @@ - php-gmp - php-zip - php-curl + - php-bz2 + - php-apcu + - php-bcmath + - php-pear + - php-redis # database pdos - php-pdo-sqlite - php-pdo-pgsql - php-pdo-mysql - - php-apcu - - php-bcmath - - php-pear notify: - restart nginx - restart php-fpm