Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 841 Bytes

CONFIGURE.md

File metadata and controls

10 lines (6 loc) · 841 Bytes

Read Me > Configuration

Configuration Info

The http-to-https-letsencrypt can be started without any configuration. The following is the default config - the server will bind to IP 127.0.0.1 and port 7878, will spawn 200 threads, CORS requests are allowed.

The http-to-https-letsencrypt will try to read configuration from system environment variables first, then it will override configuration by reading it from file named rws.config.toml placed in the same directory where you execute http-to-https-letsencrypt, at last it will apply config provided via command-line arguments.