Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx

This commit is contained in:
nd 2024-03-08 13:54:54 +01:00
commit 4a43d63aea
2 changed files with 6 additions and 4 deletions

View file

@ -5,7 +5,7 @@ types {
text/xml xml; text/xml xml;
image/gif gif; image/gif gif;
image/jpeg jpeg jpg; image/jpeg jpeg jpg;
application/javascript js; application/javascript js mjs;
application/atom+xml atom; application/atom+xml atom;
application/rss+xml rss; application/rss+xml rss;

View file

@ -21,13 +21,15 @@
- php-gmp - php-gmp
- php-zip - php-zip
- php-curl - php-curl
- php-bz2
- php-apcu
- php-bcmath
- php-pear
- php-redis
# database pdos # database pdos
- php-pdo-sqlite - php-pdo-sqlite
- php-pdo-pgsql - php-pdo-pgsql
- php-pdo-mysql - php-pdo-mysql
- php-apcu
- php-bcmath
- php-pear
notify: notify:
- restart nginx - restart nginx
- restart php-fpm - restart php-fpm