Gohugo server behind load balancer supported?

Does the “gohugo server” command support to run replicated behind a load balancer? Are there issues if the client (web browser) connects on port 443 and 1313 to two different “gohugo server” instances? Are there issues if the connection on port 1313 breaks down and the client reconnects to a different “gohugo server” instance? Are there issues if different HTTPS requests (port 443) are served by different “gohugo server” instances?

The “hugo server” is built for development. It doesn’t even support HTTPS (which it should, but when it does it will be with development certificates of sort).

1 Like