1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-01-27 01:32:26 +00:00

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

View File

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