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
|
- Vhosts
|
||||||
- CGI
|
- CGI
|
||||||
- User directories
|
- User directories
|
||||||
|
- Reverse proxy
|
||||||
|
|
||||||
## Installation and running
|
## Installation and running
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ cert = "/path/to/cert"
|
|||||||
cgi = "/path/to/cgi-bin/"
|
cgi = "/path/to/cgi-bin/"
|
||||||
# usrdir is optional. it'll look in /home/~usr/public_gemini
|
# usrdir is optional. it'll look in /home/~usr/public_gemini
|
||||||
usrdir = true
|
usrdir = true
|
||||||
|
# proxy is optional
|
||||||
|
# path is what comes after the hostname e.g. example.com/path
|
||||||
|
proxy { path = "localhost:1966" }
|
||||||
|
|
||||||
[[server]]
|
[[server]]
|
||||||
hostname = "example.net"
|
hostname = "example.net"
|
||||||
|
|||||||
Reference in New Issue
Block a user