Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www/caddy: Add HTTP keepalive to handler, revert NTLM deprecation. #4072

Merged
merged 7 commits into from
Jul 5, 2024

Conversation

Monviech
Copy link
Member

@Monviech Monviech commented Jul 3, 2024

Some applications need a longer keepalive or the keepalive turned off. (Also known as connection timeout)

(e.g. Exchange Active Sync, other Microsoft services.)

keepalive https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#keepalive

This only changes transport http. In transport http_ntlm the keepalive is turned off automatically, so this setting won't be rendered there.

NTLM is moved back to standard options since it can't be replaced.

@Monviech Monviech changed the title www/caddy: Add HTTP keepalive to handler www/caddy: Add HTTP keepalive to handler, revert NTLM deprecation. Jul 4, 2024
…rs. In CaddyCertificate and CaddyDomain widgets.
@swhite2 swhite2 merged commit a422c8c into opnsense:master Jul 5, 2024
@swhite2
Copy link
Member

swhite2 commented Jul 5, 2024

Merged, thanks :)

@Monviech Monviech deleted the caddy-keepalive branch July 5, 2024 17:47
@swhite2 swhite2 self-assigned this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants