diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml index 2aaa182..0cf032d 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -9,8 +9,6 @@ services: - traefik.http.routers.privatebin.rule=Host(`secrets.marijndoeve.nl`) - traefik.http.routers.privatebin.entrypoints=websecure - traefik.http.routers.privatebin.tls.certresolver=marijndoeve - - "traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=204857600" - networks: - web environment: diff --git a/privatebin/conf.php b/privatebin/conf.php index 1f6252d..edd5806 100644 --- a/privatebin/conf.php +++ b/privatebin/conf.php @@ -40,8 +40,8 @@ defaultformatter = "plaintext" ; syntaxhighlightingtheme = "sons-of-obsidian" ; size limit per paste or comment in bytes, defaults to 10 Mebibytes -;sizelimit = 10485760 -sizelimit = 104857600 +sizelimit = 10485760 + ; by default PrivateBin use "bootstrap" template (tpl/bootstrap.php). ; Optionally you can enable the template selection menu, which uses