man: Document use_relative_paths parameter
parent
6d59ab8323
commit
afec0e131c
|
@ -126,6 +126,9 @@ considered to be part of the key or the value.
|
||||||
*username*
|
*username*
|
||||||
Choose a username for authentication.
|
Choose a username for authentication.
|
||||||
|
|
||||||
|
*use_relative_paths*
|
||||||
|
Make file paths relative to the location of the config file.
|
||||||
|
|
||||||
*xkb_layout*
|
*xkb_layout*
|
||||||
The keyboard layout to use for key code lookup.
|
The keyboard layout to use for key code lookup.
|
||||||
|
|
||||||
|
@ -156,12 +159,14 @@ considered to be part of the key or the value.
|
||||||
## EXAMPLE
|
## EXAMPLE
|
||||||
|
|
||||||
```
|
```
|
||||||
|
use_relative_paths=true
|
||||||
address=0.0.0.0
|
address=0.0.0.0
|
||||||
enable_auth=true
|
enable_auth=true
|
||||||
username=luser
|
username=luser
|
||||||
password=p455w0rd
|
password=p455w0rd
|
||||||
private_key_file=/path/to/key.pem
|
rsa_private_key_file=rsa_key.pem
|
||||||
certificate_file=/path/to/cert.pem
|
private_key_file=tls_key.pem
|
||||||
|
certificate_file=tls_cert.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
# WAYVNCCTL CONTROL SOCKET
|
# WAYVNCCTL CONTROL SOCKET
|
||||||
|
|
Loading…
Reference in New Issue