mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-07 13:59:01 +00:00
Merge pull request #116 from NadyaNayme/fix-typo
Fixes typo of charset_Type
This commit is contained in:
commit
7655d87066
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user