update routes in travis config files
This commit is contained in:
parent
9e7323fa44
commit
452eb1acef
2 changed files with 8 additions and 2 deletions
5
dist/travis/config_memory.yaml
vendored
5
dist/travis/config_memory.yaml
vendored
|
@ -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
|
||||
|
|
5
dist/travis/config_redis.yaml
vendored
5
dist/travis/config_redis.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue