What is the max connections limit for caddy

I viewed /lib/systemd/system/caddy.service
And I found LimitNOFILE=1048576
does I need to configure anything else to enable caddy to increase max concurrent connections.
I am using caddy as reverse proxy and load balancer and I want to check if I need to configure anything else to serve max concurrent connections.

No, caddy allow connections to come in as long as the server hardware can support it. There is no limit for connections.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.