Fixes typo of charset_Type

unknown directive charset_type, because the directive is charset_types
This commit is contained in:
Nadya 2018-05-20 14:25:15 -07:00
parent 0f66d74683
commit 18b5d8eed9
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ server {
client_max_body_size 100M; # Change this to the max file size you want to allow
charset $charset;
charset_type *;
charset_types *;
# Uncomment if you are running lolisafe behind CloudFlare.
# This requires NGINX compiled from source with:

View File

@ -16,7 +16,7 @@ server {
client_max_body_size 100M; # Change this to the max file size you want to allow
charset $charset;
charset_type *;
charset_types *;
# Uncomment if you are running lolisafe behind CloudFlare.
# This requires NGINX compiled from source with: