diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-05-15 09:48:30 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-15 09:48:30 +0200 |
commit | f9aa48fa8d928c3777e5d1d20de0ff63b9095208 (patch) | |
tree | 02f92129916b1ed8cc9cf50e9765e76fbc7dd4d9 | |
parent | 7868607b4bb62fd070b213d3c8929950f60d5201 (diff) | |
download | rules-f9aa48fa8d928c3777e5d1d20de0ff63b9095208.tar.gz |
feat(roles/httpd): append video + audio + pdf mimetypes
-rw-r--r-- | roles/httpd/defaults/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |