From f9aa48fa8d928c3777e5d1d20de0ff63b9095208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 15 May 2024 09:48:30 +0200 Subject: feat(roles/httpd): append video + audio + pdf mimetypes --- roles/httpd/defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml index c0f92ed..3eabe5e 100644 --- a/roles/httpd/defaults/main.yml +++ b/roles/httpd/defaults/main.yml @@ -1,7 +1,9 @@ --- httpd__supported_types: + - application/pdf pdf - application/xml xml rss + - audio/mpeg mp3 - image/gif gif - image/jpeg jpeg jpg - image/png png @@ -9,3 +11,4 @@ httpd__supported_types: - text/css css - text/html html htm - text/plain txt pgp pub + - video/mp4 mp4 -- cgit v1.2.3