mirror of https://github.com/CIRCL/lookyloo
fix: Allow upload of bigger files
2mb (the default) isn't enough for file submission, especially via the API when the content is base64 encoded.pull/519/head
parent
ca07a8fcba
commit
2e079e70df
|
@ -1,6 +1,7 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name server_domain_or_IP;
|
||||
client_max_body_size 16M;
|
||||
|
||||
location / {
|
||||
proxy_pass_header Server;
|
||||
|
|
Loading…
Reference in New Issue