update routes in travis config files

This commit is contained in:
elotreum 2020-01-16 20:12:21 -07:00
parent 9e7323fa44
commit 452eb1acef
2 changed files with 8 additions and 2 deletions

View file

@ -16,7 +16,10 @@ chihaya:
enable_keepalive: false
idle_timeout: 30s
enable_request_timing: false
enable_legacy_php_urls: false
announce_routes:
- "/announce"
scrape_routes:
- "/scrape"
allow_ip_spoofing: false
real_ip_header: "x-real-ip"
max_numwant: 100

View file

@ -16,7 +16,10 @@ chihaya:
enable_keepalive: false
idle_timeout: 30s
enable_request_timing: false
enable_legacy_php_urls: false
announce_routes:
- "/announce"
scrape_routes:
- "/scrape"
allow_ip_spoofing: false
real_ip_header: "x-real-ip"
max_numwant: 100