diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-24 04:24:55 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-24 04:24:55 -0500 |
| commit | 08d95c92faf74e4d8dab45a39340a17e27a27182 (patch) | |
| tree | e3d9341d36846735aea46f0db5dd294440e1b680 /nginx | |
| parent | 2e047978331be521602302da61e0612e928264bd (diff) | |
lower client_max_body_size to 4k
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index e6326761..4b18e963 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -19,6 +19,7 @@ http { keepalive_timeout 65; types_hash_max_size 2048; server_tokens off; + client_max_body_size 4k; ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; |
