File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ location ^~ /boinc/ {
3131 proxy_buffering off;
3232}
3333
34+ # If using subfolders for multiple Linux Desktop containers (full gui apps being rendered over web).
35+ # You will need to modify this path and modify the the client settings in the application.
36+ # Settings > Advanced > Websocket > Path
37+ # IE websockify-boinc
3438location ^~ /websockify {
3539 # enable the next two lines for http auth
3640 #auth_basic "Restricted";
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ location ^~ /content-server/ {
6060
6161}
6262
63+ # If using subfolders for multiple Linux Desktop containers (full gui apps being rendered over web).
64+ # You will need to modify this path and modify the the client settings in the application.
65+ # Settings > Advanced > Websocket > Path
66+ # IE websockify-calibre
6367location ^~ /websockify {
6468 # enable the next two lines for http auth
6569 #auth_basic "Restricted";
You can’t perform that action at this time.
0 commit comments