doc: describe what BOSH is

This commit is contained in:
Geert Stappers 2018-09-04 17:34:38 +02:00 committed by Saúl Ibarra Corretgé
parent 31cc63b757
commit 4283d8b342
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ server {
location / {
ssi on;
}
# BOSH
# BOSH, Bidirectional-streams Over Synchronous HTTP
# https://en.wikipedia.org/wiki/BOSH_(protocol)
location /http-bind {
proxy_pass http://localhost:5280/http-bind;
proxy_set_header X-Forwarded-For $remote_addr;