mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 01:00:41 +02:00
increase max request body size
This commit is contained in:
@@ -15,7 +15,8 @@ services:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.selfoss.rule=Host(`${HOST_SELFOSS}.${DOMAIN}`)
|
||||
- traefik.http.routers.selfoss.entrypoints=https
|
||||
- traefik.http.routers.selfoss.tls=true
|
||||
- traefik.http.routers.selfoss.tls=true
|
||||
- traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=64000000
|
||||
|
||||
volumes:
|
||||
selfoss_data:
|
||||
|
||||
Reference in New Issue
Block a user