Skip to content

Commit

Permalink
Include mime.types
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Feb 1, 2024
1 parent 7d153fe commit 1db2698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/docker_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ http {
charset utf-8;
# max upload size
client_max_body_size 75M;
include /etc/nginx/mime.types;
# default_type application/octet-stream;
# Django media and static files
location /media {
alias /mpbackend/media;
Expand Down

0 comments on commit 1db2698

Please sign in to comment.