diff options
Diffstat (limited to 'plugins/http/tests/configs/.rr-fcgi.yaml')
-rw-r--r-- | plugins/http/tests/configs/.rr-fcgi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/http/tests/configs/.rr-fcgi.yaml b/plugins/http/tests/configs/.rr-fcgi.yaml index cdfdd969..0cbd6d02 100644 --- a/plugins/http/tests/configs/.rr-fcgi.yaml +++ b/plugins/http/tests/configs/.rr-fcgi.yaml @@ -9,7 +9,7 @@ server: http: debug: true - address: :8080 + address: :8081 maxRequestSize: 1024 middleware: [ "" ] uploads: @@ -22,7 +22,7 @@ http: destroyTimeout: 60s ssl: - port: 8888 + port: 8889 redirect: false cert: fixtures/server.crt key: fixtures/server.key |