Add: AutoCert: CSRFField: CSRFSecret: Certs: Exceptions: Headers: LogDir: Logs: Methods: Remove: Replace: Routes: SkipDetection: URLLength: UploadSizeMB: UploadTypes: WAF:

Routes

mandatory: Yes

Listening ports of ruxy and backend webservices.

Routes:
    80->localhost:8080: mydomain.rx, www.mydomain.rx
    443->127.0.0.1:8080: mydomain.rx, www.mydomain.rx

You must list all domains your site using. Request to domains that are not listed here will be banned.

Also note that you must point to internal address of webservice behind ruxy localhost:8080 to disable public access to these ports.

IPv6 support

Here are different examples how to map ipv6 addresses

Routes:
    [::1]:80->localhost:8080: mydomain.rx, www.mydomain.rx
    localhost:80->[::2]:8080: mydomain.rx, www.mydomain.rx
    [::3]:80->[::3]:8080: mydomain.rx, www.mydomain.rx