fix(nginx): add max size to requests to nginx

This commit is contained in:
Thomas Rogers 2025-08-30 17:29:21 +02:00
parent b5ef86d216
commit a7ad44d840

View file

@ -3,6 +3,7 @@ events {}
http {
sendfile on;
keepalive_timeout 60;
client_max_body_size 100M;
upstream omnivore_web {
ip_hash;