From 18b5d8eed9ddf5f290204879796af00d1b0a6d69 Mon Sep 17 00:00:00 2001 From: Nadya Date: Sun, 20 May 2018 14:25:15 -0700 Subject: [PATCH] Fixes typo of charset_Type unknown directive charset_type, because the directive is charset_types --- nginx-ssl.sample.conf | 2 +- nginx.sample.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-ssl.sample.conf b/nginx-ssl.sample.conf index 6fb8497..b7f46fe 100644 --- a/nginx-ssl.sample.conf +++ b/nginx-ssl.sample.conf @@ -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: diff --git a/nginx.sample.conf b/nginx.sample.conf index 3bfefe9..05abb64 100644 --- a/nginx.sample.conf +++ b/nginx.sample.conf @@ -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: