Changes between Version 3 and Version 4 of Nginx
- Timestamp:
- 03/19/18 12:05:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nginx
v3 v4 2 2 = NGINX = 3 3 4 It is possible to use Xpra from behind a Nginx proxy using the HTML5 Client. 5 6 == Example 7 8 Start an xpra server listening on a TCP port, ie: 4 To use Xpra from behind a Nginx proxy using the HTML5 Client, start an xpra server listening on a TCP port, ie: 9 5 {{{ 10 6 xpra start :100 --start-child=xterm --bind-tcp=0.0.0.0:10010 11 7 }}} 12 8 13 A dd the following lines to your nginx configuration within a server block:-9 And add the following lines to your nginx configuration within a server block:- 14 10 {{{ 15 11 server {