Increase limit of HTTP request size from 1M to 1024M to support large PCAPS

This commit is contained in:
Jason Ertel
2020-04-02 12:21:01 -04:00
parent 4b45a7d2d5
commit df89ef9672
3 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
client_max_body_size 1024M;
include /etc/nginx/mime.types;
default_type application/octet-stream;