Skip to content

Remote sessions disconnected after every ~60 seconds #385

Answered by Creogenesis
Creogenesis asked this question in Q&A
Discussion options

You must be logged in to vote

The solution is found. When you apply proxying to another server, you need to add directives to the nginx (remotely) server configuration file.
In each block:
location /
location /_blazor
location /AgentHub
location /ViewerHub
location /CasterHub

proxy_send_timeout 150;
proxy_read_timeout 150;

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Creogenesis
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants