mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 04:26:02 -07:00
add brief notes
This commit is contained in:
parent
06ada7a594
commit
787900ccbb
2 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue