Typos
This commit is contained in:
parent
9efba52f8d
commit
0864bc97fc
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ cgi_registry:
|
||||||
/envtest.*:
|
/envtest.*:
|
||||||
- ./cgi-bin/envtest.sh
|
- ./cgi-bin/envtest.sh
|
||||||
```
|
```
|
||||||
This enables directory indexing, sets the listen address to 0.0.0.0 (all interfaces), the log level to DEBUG and registres the scrip ./cgi-bin/envtest.sh to serv content for any path that matches the regex /envtest.*.
|
This enables directory indexing, sets the listen address to 0.0.0.0 (all interfaces), the log level to DEBUG and registers the script ./cgi-bin/envtest.sh to serve content for any path that matches the regex /envtest.*.
|
||||||
|
|
||||||
A full list of options are here:
|
A full list of options are here:
|
||||||
```
|
```
|
||||||
allow_dir_list = true/false, default false
|
allow_dir_list = true/false, default false (global option for now!)
|
||||||
base_path = the server root where you serve content from, default ./content
|
base_path = the server root where you serve content from, default ./content
|
||||||
cgi_registry = you can set different cgi scripts to server content for different paths, no default
|
cgi_registry = you can set different cgi scripts to server content for different paths, no default
|
||||||
listen_addr = the ip address to listen to, default 127.0.0.1
|
listen_addr = the ip address to listen to, default 127.0.0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue