1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-23 17:34:17 +03:00
openuds/udsProxy/udsproxy.cfg
Adolfo Gómez García 09a49a1cb2 * Renamed udsProxy to udsproxy
* Woring first version proxy
* Added basic sample config file for udsproxy
* Added daemonize example for udsproxy
Fixed os manager treatment of ready
2017-01-20 10:29:33 +01:00

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