Bladeren bron

Merge pull request #116 from NadyaNayme/fix-typo

Fixes typo of charset_Type
Kana 6 jaren geleden
bovenliggende
commit
7655d87066
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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
 
 	charset $charset;
-	charset_type *;
+	charset_types *;
 
 	# Uncomment if you are running lolisafe behind CloudFlare.
 	# 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
 
 	charset $charset;
-	charset_type *;
+	charset_types *;
 
 	# Uncomment if you are running lolisafe behind CloudFlare.
 	# This requires NGINX compiled from source with: