diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-14 10:13:52 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-14 10:14:02 -0500 |
| commit | 907757043b6fe6a061d82206748fca83b7c4b01e (patch) | |
| tree | a64fe63eb24c732993c88e28d49090e674ba7313 | |
| parent | 0ffe9aaf888bacd732dc7e1669e6738bb906e7e1 (diff) | |
disable multipart range requests
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 3ea5cfe9..700585dc 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -36,6 +36,8 @@ http { client_header_timeout 15s; send_timeout 30s; + max_ranges 1; + resolver [::1]; resolver_timeout 15s; |
