doc: describe what BOSH is
This commit is contained in:
parent
31cc63b757
commit
4283d8b342
|
@ -135,7 +135,8 @@ server {
|
||||||
location / {
|
location / {
|
||||||
ssi on;
|
ssi on;
|
||||||
}
|
}
|
||||||
# BOSH
|
# BOSH, Bidirectional-streams Over Synchronous HTTP
|
||||||
|
# https://en.wikipedia.org/wiki/BOSH_(protocol)
|
||||||
location /http-bind {
|
location /http-bind {
|
||||||
proxy_pass http://localhost:5280/http-bind;
|
proxy_pass http://localhost:5280/http-bind;
|
||||||
proxy_set_header X-Forwarded-For $remote_addr;
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
|
|
Loading…
Reference in New Issue