You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/deploy/proxy-snippets/Caddyfile.snippet

12 lines
220 B

# Drop into the existing Caddyfile.
e-sign.360dmmc.com {
reverse_proxy 127.0.0.1:3000 {
header_up X-Forwarded-Proto https
header_up Host {host}
}
request_body {
max_size 50MB
}
}