mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
add brief notes
This commit is contained in:
@@ -31,6 +31,10 @@ location ^~ /boinc/ {
|
|||||||
proxy_buffering off;
|
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 {
|
location ^~ /websockify {
|
||||||
# enable the next two lines for http auth
|
# enable the next two lines for http auth
|
||||||
#auth_basic "Restricted";
|
#auth_basic "Restricted";
|
||||||
|
|||||||
@@ -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 {
|
location ^~ /websockify {
|
||||||
# enable the next two lines for http auth
|
# enable the next two lines for http auth
|
||||||
#auth_basic "Restricted";
|
#auth_basic "Restricted";
|
||||||
|
|||||||
Reference in New Issue
Block a user