From 787900ccbbcdf818029bc33c7acf0eb253aafa53 Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 10 Apr 2023 13:22:12 -0700 Subject: [PATCH] add brief notes --- boinc.subfolder.conf.sample | 4 ++++ calibre.subfolder.conf.sample | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/boinc.subfolder.conf.sample b/boinc.subfolder.conf.sample index 28f9e2d..21dab87 100644 --- a/boinc.subfolder.conf.sample +++ b/boinc.subfolder.conf.sample @@ -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"; diff --git a/calibre.subfolder.conf.sample b/calibre.subfolder.conf.sample index 539507f..f9192b7 100644 --- a/calibre.subfolder.conf.sample +++ b/calibre.subfolder.conf.sample @@ -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";