mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix(nginx): add max size to requests to nginx
This commit is contained in:
parent
b5ef86d216
commit
a7ad44d840
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ events {}
|
|||
http {
|
||||
sendfile on;
|
||||
keepalive_timeout 60;
|
||||
client_max_body_size 100M;
|
||||
|
||||
upstream omnivore_web {
|
||||
ip_hash;
|
||||
|
|
|
|||
Loading…
Reference in a new issue