Skip to content

Commit

Permalink
Added mime types for qcow2/qcow2c missing for httpd on c8. Fixes #117
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Arrotin <arrfab@centos.org>
  • Loading branch information
arrfab committed Oct 1, 2020
1 parent 7825c68 commit 0d85615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/01_common.conf.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#add file types
AddType application/x-tar .tgz
AddType application/x-bittorrent .torrent
AddType application/octet-stream .qcow2
AddType application/octet-stream .qcow2c


NameVirtualHost *:80
# By default allowing redirecting to central node for LetsEncrypt certbot validation
Expand Down

0 comments on commit 0d85615

Please sign in to comment.