Skip to content

Commit b36beec

Browse files
authored
ansible: add lib as application/octet-stream type (#3195)
Serve `.lib` files with `application/octet-stream` content-type. Refs: #3194
1 parent a95e206 commit b36beec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/www-standalone/tasks/nginx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
line: '{{ item }}'
8585
insertafter: '^types.*'
8686
with_items:
87+
- 'application/octet-stream lib;'
8788
- 'application/octet-stream pkg;'
8889
- 'application/x-xz xz;'
8990
- 'application/gzip gz;'

0 commit comments

Comments
 (0)