diff --git a/dist/travis/config_memory.yaml b/dist/travis/config_memory.yaml index 96e7d1a..e8e4fe5 100644 --- a/dist/travis/config_memory.yaml +++ b/dist/travis/config_memory.yaml @@ -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 diff --git a/dist/travis/config_redis.yaml b/dist/travis/config_redis.yaml index 5e05708..110d484 100644 --- a/dist/travis/config_redis.yaml +++ b/dist/travis/config_redis.yaml @@ -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