Changes between Initial Version and Version 1 of Ticket #1714, comment 2
- Timestamp:
- 12/04/17 16:42:23 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1714, comment 2
initial v1 4 4 5 5 As for the first problem, 6 6 {{{ 7 7 client.host = "hostname.com; 8 8 client.port = 443; 9 9 client.ssl = true; 10 10 client.path = "xpra/somepath" 11 11 }}} 12 12 This was the example you gave in the ticket that I linked, which I use. I change client.path to the relative path of the url which hosts the XPRA-wrapped application, for example 13 13 14 14 I change 15 15 {{{ 16 16 client.path = "xpra/somepath" 17 17 }}} 18 18 to 19 19