File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ location ^~ /boinc/ {
31
31
proxy_buffering off;
32
32
}
33
33
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
34
38
location ^~ /websockify {
35
39
# enable the next two lines for http auth
36
40
#auth_basic "Restricted";
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ location ^~ /content-server/ {
60
60
61
61
}
62
62
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
63
67
location ^~ /websockify {
64
68
# enable the next two lines for http auth
65
69
#auth_basic "Restricted";
You can’t perform that action at this time.
0 commit comments