Browse Source

Fixed formatting of Nginx configuration.

pull/229/head
Simon Eisenmann 11 years ago
parent
commit
e6e794a1ca
  1. 7
      doc/NGINX.txt

7
doc/NGINX.txt

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
A few notes on Nginx configuration
## Nginx HTTP server configuration for Spreed WebRTC
In general Nginx with websocket support is required
(I am using Nginx 1.4). It should work with Nginx 1.3 too.
In general Nginx with websocket support is required (Nginx >= 1.3).
Add the following to your Nginx server section:
@ -40,7 +39,7 @@ A few notes on Nginx configuration @@ -40,7 +39,7 @@ A few notes on Nginx configuration
proxy_temp_file_write_size 64k;
proxy_next_upstream error timeout invalid_header http_502 http_503 http_504;
Thats it.
And thats it.
--
(c)2013 struktur AG

Loading…
Cancel
Save