increase max request body size
This commit is contained in:
parent
83a659c724
commit
76a0ad3176
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ services:
|
|||
- traefik.http.routers.selfoss.rule=Host(`${HOST_SELFOSS}.${DOMAIN}`)
|
||||
- traefik.http.routers.selfoss.entrypoints=https
|
||||
- traefik.http.routers.selfoss.tls=true
|
||||
- traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=64000000
|
||||
|
||||
volumes:
|
||||
selfoss_data:
|
||||
|
|
Loading…
Add table
Reference in a new issue