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