add brief notes

This commit is contained in:
thelamer 2023-04-10 13:22:12 -07:00 committed by Ryan Kuba
parent 06ada7a594
commit 787900ccbb
2 changed files with 8 additions and 0 deletions

View file

@ -31,6 +31,10 @@ location ^~ /boinc/ {
proxy_buffering off;
}
# If using subfolders for multiple Linux Desktop containers (full gui apps being rendered over web).
# You will need to modify this path and modify the the client settings in the application.
# Settings > Advanced > Websocket > Path
# IE websockify-boinc
location ^~ /websockify {
# enable the next two lines for http auth
#auth_basic "Restricted";

View file

@ -60,6 +60,10 @@ location ^~ /content-server/ {
}
# If using subfolders for multiple Linux Desktop containers (full gui apps being rendered over web).
# You will need to modify this path and modify the the client settings in the application.
# Settings > Advanced > Websocket > Path
# IE websockify-calibre
location ^~ /websockify {
# enable the next two lines for http auth
#auth_basic "Restricted";