Updated config.toml and README
This commit is contained in:
1
README
1
README
@@ -7,6 +7,7 @@ A gemini server written in rust.
|
||||
- Vhosts
|
||||
- CGI
|
||||
- User directories
|
||||
- Reverse proxy
|
||||
|
||||
## Installation and running
|
||||
|
||||
|
||||
@@ -11,6 +11,9 @@ cert = "/path/to/cert"
|
||||
cgi = "/path/to/cgi-bin/"
|
||||
# usrdir is optional. it'll look in /home/~usr/public_gemini
|
||||
usrdir = true
|
||||
# proxy is optional
|
||||
# path is what comes after the hostname e.g. example.com/path
|
||||
proxy { path = "localhost:1966" }
|
||||
|
||||
[[server]]
|
||||
hostname = "example.net"
|
||||
|
||||
Reference in New Issue
Block a user