diff --git a/nginx.conf b/nginx.conf index a770d7e..40d7545 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,6 +1,7 @@ server { listen 8080; server_name localhost; + include mime.types; root /usr/share/nginx/html;