diff options
Diffstat (limited to 'plugins/reload/tests/configs/.rr-reload.yaml')
-rw-r--r-- | plugins/reload/tests/configs/.rr-reload.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/reload/tests/configs/.rr-reload.yaml b/plugins/reload/tests/configs/.rr-reload.yaml index e1149cd2..52511aa1 100644 --- a/plugins/reload/tests/configs/.rr-reload.yaml +++ b/plugins/reload/tests/configs/.rr-reload.yaml @@ -1,5 +1,5 @@ server: - command: php ../../../tests/http/client.php echo pipes + command: php ../../../tests/psr-worker-bench.php user: '' group: '' env: @@ -8,7 +8,7 @@ server: relayTimeout: 20s http: debug: true - address: '127.0.0.1:15395' + address: '127.0.0.1:22388' maxRequestSize: 1024 middleware: - '' @@ -33,9 +33,9 @@ http: reload: interval: 1s patterns: - - .go + - .txt services: http: dirs: - - '' + - './unit_tests' recursive: true |