Skip to content
Discussion options

You must be logged in to vote

It's currently set to 50 GB. It is a hard-coded value at the moment:

file-upload/php/php.ini
48:upload_max_filesize = 50G

nginx/nginx.conf
131:      client_max_body_size 50G;
142:      client_max_body_size 50G;

file-upload/nginx/sites-available/default
6:    client_max_body_size 50G;

This just applies to the Web UI upload interface. Larger files can be dropped directly into ./pcap/upload

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mmguero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants