summaryrefslogtreecommitdiff
path: root/plugins/http/tests/configs/.rr-ssl-push.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/http/tests/configs/.rr-ssl-push.yaml')
-rw-r--r--plugins/http/tests/configs/.rr-ssl-push.yaml31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/http/tests/configs/.rr-ssl-push.yaml b/plugins/http/tests/configs/.rr-ssl-push.yaml
deleted file mode 100644
index 3aea683c..00000000
--- a/plugins/http/tests/configs/.rr-ssl-push.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-server:
- command: "php ../../../tests/http/client.php push pipes"
- user: ""
- group: ""
- env:
- "RR_HTTP": "true"
- relay: "pipes"
- relayTimeout: "20s"
-
-http:
- debug: true
- address: :8086
- maxRequestSize: 1024
- middleware: [ "" ]
- uploads:
- forbid: [ ".php", ".exe", ".bat" ]
- trustedSubnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ]
- pool:
- numWorkers: 1
- maxJobs: 0
- allocateTimeout: 60s
- destroyTimeout: 60s
-
- ssl:
- port: 8894
- redirect: true
- cert: fixtures/server.crt
- key: fixtures/server.key
-logs:
- mode: development
- level: error \ No newline at end of file