Browse Source

doc: describe what BOSH is

master
Geert Stappers 7 years ago
parent
commit
4283d8b342
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      doc/manual-install.md

+ 2
- 1
doc/manual-install.md View File

135
     location / {
135
     location / {
136
         ssi on;
136
         ssi on;
137
     }
137
     }
138
-    # BOSH
138
+    # BOSH, Bidirectional-streams Over Synchronous HTTP
139
+    # https://en.wikipedia.org/wiki/BOSH_(protocol)
139
     location /http-bind {
140
     location /http-bind {
140
         proxy_pass      http://localhost:5280/http-bind;
141
         proxy_pass      http://localhost:5280/http-bind;
141
         proxy_set_header X-Forwarded-For $remote_addr;
142
         proxy_set_header X-Forwarded-For $remote_addr;

Loading…
Cancel
Save