From fa41e580df5c3fb5404bee046929cd620b064ae6 Mon Sep 17 00:00:00 2001 From: Odontopera Mediochrea Date: Thu, 30 Jan 2014 23:23:31 +0200 Subject: [PATCH] Added missing semicolon, removed text/html charset I believe the error was because text/html is implied by default. --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 1b8347e..6409e34 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,7 +39,7 @@ http { default_type application/octet-stream; # Update charset_types due to updated mime.types - charset_types text/html text/xml text/plain text/vnd.wap.wml application/x-javascript application/rss+xml text/css application/javascript application/json + charset_types text/xml text/plain text/vnd.wap.wml application/x-javascript application/rss+xml text/css application/javascript application/json; # Format to use in log files log_format main '$remote_addr - $remote_user [$time_local] "$request" '