diff --git a/examples/nginx.conf b/examples/nginx.conf index 8ec070e..4332f8c 100644 --- a/examples/nginx.conf +++ b/examples/nginx.conf @@ -12,6 +12,7 @@ http { listen 80; index index.php; set $host_path "/var/www/html"; + include /etc/nginx/mime.types; root /var/www/html; server_name localhost; charset utf-8;