diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-10 11:47:11 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-10 15:08:53 +0100 |
commit | 2dec7483045c9e5696182db7b4ad842491b6c2b2 (patch) | |
tree | eb4173f62684a6334a75254c88a3b0d840284ea7 /res | |
parent | e5a0fd6af4296f76987530a9566eb019307fa8bf (diff) | |
download | chawan-2dec7483045c9e5696182db7b4ad842491b6c2b2.tar.gz |
Enable finger protocol by default
* Add a default urimethodmap that points finger: to cha-finger * Install cha-finger to /usr/local/libexec/cha/cgi-bin by default * cha-finger: use ALL_PROXY if given, die if curl is not installed
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/config.toml b/res/config.toml index de5652a3..ae1192bc 100644 --- a/res/config.toml +++ b/res/config.toml @@ -33,7 +33,7 @@ urimethodmap = [ tmpdir = "/tmp/cha" editor = "vi %s +%d" w3m-cgi-compat = false -cgi-dir = "${%CHA_BIN_DIR}/../libexec/cgi-bin" +cgi-dir = "${%CHA_BIN_DIR}/../libexec/chawan/cgi-bin" [network] max-redirect = 10 |