diff --git a/packages/docusaurus/src/components/StaticTraefikConfig.tsx b/packages/docusaurus/src/components/StaticTraefikConfig.tsx index ab6cf57..b9eb531 100644 --- a/packages/docusaurus/src/components/StaticTraefikConfig.tsx +++ b/packages/docusaurus/src/components/StaticTraefikConfig.tsx @@ -44,6 +44,9 @@ entryPoints: address: ":80" websecure: address: ":443" + transport: + respondingTimeouts: + readTimeout: "30m" http: tls: certResolver: "letsencrypt"