From 18b5d8eed9ddf5f290204879796af00d1b0a6d69 Mon Sep 17 00:00:00 2001 From: Nadya Date: Sun, 20 May 2018 14:25:15 -0700 Subject: Fixes typo of charset_Type unknown directive charset_type, because the directive is charset_types --- nginx.sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx.sample.conf') 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: -- cgit v1.2.3