diff --git a/contrib/docker/frontend-with-nginx/docker/default.conf.template b/contrib/docker/frontend-with-nginx/docker/default.conf.template index 23fdf271d3..72435b9954 100644 --- a/contrib/docker/frontend-with-nginx/docker/default.conf.template +++ b/contrib/docker/frontend-with-nginx/docker/default.conf.template @@ -6,6 +6,7 @@ server { #access_log /var/log/nginx/host.access.log main; location / { + include /etc/nginx/mime.types; root /usr/share/nginx/html; index index.html index.htm; try_files $uri /index.html;