Browse Source

Fixes typo of charset_Type

unknown directive charset_type, because the directive is charset_types
Nadya 6 năm trước cách đây
mục cha
commit
18b5d8eed9
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      nginx-ssl.sample.conf
  2. 1 1
      nginx.sample.conf

+ 1 - 1
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
 	client_max_body_size 100M; # Change this to the max file size you want to allow
 
 
 	charset $charset;
 	charset $charset;
-	charset_type *;
+	charset_types *;
 
 
 	# Uncomment if you are running lolisafe behind CloudFlare.
 	# Uncomment if you are running lolisafe behind CloudFlare.
 	# This requires NGINX compiled from source with:
 	# This requires NGINX compiled from source with:

+ 1 - 1
nginx.sample.conf

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