Skip to content

Commit 787900c

Browse files
committed
add brief notes
1 parent 06ada7a commit 787900c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boinc.subfolder.conf.sample

+4
Original file line numberDiff line numberDiff 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
3438
location ^~ /websockify {
3539
# enable the next two lines for http auth
3640
#auth_basic "Restricted";

calibre.subfolder.conf.sample

+4
Original file line numberDiff line numberDiff 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
6367
location ^~ /websockify {
6468
# enable the next two lines for http auth
6569
#auth_basic "Restricted";

0 commit comments

Comments
 (0)