diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-05-26 11:40:26 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-26 11:40:26 +0200 |
commit | ee0d11d9bf53dcf7ba6cd52bae2718c2432ad5f6 (patch) | |
tree | 4625d578e24200d432caa39f8494a837697afc3e | |
parent | c4c82473547f6dcbf7232540ab377588ae8ad125 (diff) | |
download | rules-ee0d11d9bf53dcf7ba6cd52bae2718c2432ad5f6.tar.gz |
feat(roles/httpd): add webp mimetype
-rw-r--r-- | roles/httpd/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml index 3eabe5e..5e2af25 100644 --- a/roles/httpd/defaults/main.yml +++ b/roles/httpd/defaults/main.yml @@ -8,6 +8,7 @@ httpd__supported_types: - image/jpeg jpeg jpg - image/png png - image/svg+xml svg + - image/webp webp - text/css css - text/html html htm - text/plain txt pgp pub |