diff options
-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 |