Skip to content

Commit

Permalink
feat: Automaticly reconnect on connection loss (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 14, 2024
1 parent b96566f commit 1a7e32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ server {
index vnc.html;

if ($request_uri = "/") {
return 301 /?resize=scale&autoconnect=true;
return 301 /?resize=scale&reconnect=true&autoconnect=true;
}

}
Expand Down

0 comments on commit 1a7e32a

Please sign in to comment.