Overview
Important.Project is not yet released! This is a Template!
This starter article shows the intended documentation structure.
1. Install
Install example.
# Example only
refngn --version
refngn start
2. Create your first route
Describe where configuration lives and show the smallest valid reverse-proxy configuration.
[site]
name = "refngn.com"
server_names = ["refngn.com", "www.refngn.com"]
document_root = "/home/web/refngn/"
index = ["index.html", "index.htm"]
Documentation placeholder. Some commands on this page are illustrative.
3. Next steps
Continue with the reverse proxy article to document upstreams, headers, TLS, timeouts, and route matching.