Skip to content

Commit

Permalink
Add mime.types explicitly in nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Sep 30, 2021
1 parent 1f960ba commit bae51f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galaxy/templates/configmap-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ data:
http {
default_type application/octet-stream;
include /etc/nginx/mime.types;
sendfile on;
keepalive_timeout 65;
index index.html index.php index.htm;
Expand Down

0 comments on commit bae51f7

Please sign in to comment.