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";