foryura
foryura

Reputation: 1

How to do balancing on blazor server using Nginx?

I have a website on blazor server that will need to scale in the future i.e. there will be several servers. How to do balancing on blazor server using Nginx? In this case, it is necessary that the session is also saved, i.e. did not throw out in case of turning off one of the servers.

Upvotes: 0

Views: 734

Answers (1)

user296191
user296191

Reputation: 405

Microsoft describes how to load-balance on Linux using NGINX on the following page:

ASP.NET Core SignalR hosting and scaling

Upvotes: 1

Related Questions