nginx define default charset

This commit is contained in:
creme 2021-08-26 14:38:37 +00:00
parent 14678282f3
commit f4430fd6a3
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ http {
##
# Basic Settings
##
charset utf-8;
client_max_body_size 32M;
open_file_cache max=100000 inactive=20s;