mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-23 17:34:17 +03:00
09a49a1cb2
* Woring first version proxy * Added basic sample config file for udsproxy * Added daemonize example for udsproxy Fixed os manager treatment of ready
10 lines
243 B
INI
10 lines
243 B
INI
Server = http
|
|
Port = 9090
|
|
SSLCertificateFile = /etc/ssl/certs/ssl-cert-snakeoil.pem
|
|
SSLCertificateKeyFile = /etc/ssl/private/ssl-cert-snakeoil.key
|
|
|
|
IgnoreCertificates = True
|
|
|
|
Broker = https://172.27.0.1:8000
|
|
AllowFrom = 172.27.0.1, 127.27.0.8
|