feat: use charset utf-8 by default

Closes #40
This commit is contained in:
Jose Diaz-Gonzalez 2020-06-11 15:33:31 -04:00 committed by GitHub
parent 1f534f7bc6
commit 0d2e4c3ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ events {
http { http {
types_hash_max_size 2048; types_hash_max_size 2048;
include mime.types; include mime.types;
charset UTF-8;
server { server {
listen {{ $.PORT }}; listen {{ $.PORT }};
server_name _; server_name _;