Merge pull request #116 from NadyaNayme/fix-typo

Fixes typo of charset_Type
This commit is contained in:
Kana 2018-05-20 18:31:46 -03:00 committed by GitHub
commit 7655d87066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: