Settings file
Location
Add a settings.yml file to the /settings folder.
Format
The following are the components of the settings file
- redirects: The path to redirect the traffic to.
- addr: The address to listen on. (Will be 0.0.0.0:443 or 0.0.0.0:80 if no tls options are specified)
- tls: The tls settings. This item is composed of the following settings:
- redirect: The redirect information for redirecting http traffic. This item is composed of the following settings:
- addr: The address to listen on. (Will be 0.0.0.0:80).
- cert: The tls certificate file.
- key: The tls private key file