8 months ago
Im using caddy to render a static site, how can i round robin to multiple instances?
Caddy code:
:{$PORT} {
# access logs
log {
format json # set access log format to json mode
}
root * /srv
file_server}
10 Replies
8 months ago
8 months ago
You asked how to round robin to multiple instances. Doing so does not come into play with a static site.
Multiple instances rendering the same static site not need config for use all instances?
8 months ago
Can you share why you want multiple instances for a single static site?
I need my static site to support up to 50,000 users, scaling horizontally. I know this is off-topic, but it's the problem I'm trying to address with Caddy.
8 months ago
I don't see why Caddy couldn't handle that on a single instance, it is just static files after all.
8 months ago
!s
Status changed to Solved brody • 8 months ago