aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx-ssl.sample.conf2
-rw-r--r--nginx.sample.conf2
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: