diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-07-01 11:03:56 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-07-01 11:05:18 +0200 |
commit | 7ea5af649faf2b63d5917998d0c9a2435e2b4f24 (patch) | |
tree | 0dfdeaa26128ef7ebbd7e9b63668bed6964976fb /roles/httpd | |
parent | 7145dc982cc0e0fff4afa91d7e3970ad1abddf3f (diff) | |
download | rules-7ea5af649faf2b63d5917998d0c9a2435e2b4f24.tar.gz |
fix(roles/relayd): mjs mimetype and correct nextclud header
Diffstat (limited to 'roles/httpd')
-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 5e2af25..1ddaccd 100644 --- a/roles/httpd/defaults/main.yml +++ b/roles/httpd/defaults/main.yml @@ -3,6 +3,7 @@ httpd__supported_types: - application/pdf pdf - application/xml xml rss + - application/javascript js mjs - audio/mpeg mp3 - image/gif gif - image/jpeg jpeg jpg |