Added missing semicolon, removed text/html charset

I believe the error was because text/html is implied by default.
This commit is contained in:
Odontopera Mediochrea 2014-01-30 23:23:31 +02:00
parent 1a08f51108
commit fa41e580df
1 changed files with 1 additions and 1 deletions

View File

@ -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" '