diff options
author | Valery Piashchynski <[email protected]> | 2021-01-21 20:15:10 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-21 20:15:10 +0300 |
commit | 4d60db85d1c0bfeddffe1de3e28d3464949c5f6d (patch) | |
tree | af1598be614ea234f063815e0f6e7ef84c66812e /.rr.yaml | |
parent | 788e7b8d01874208504a8b56159b4de378d4a0bc (diff) |
Allow https to listen on unix sockets
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x | .rr.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,6 +16,7 @@ logs: level: debug http: + # host and port separated by semicolon address: 127.0.0.1:44933 max_request_size: 1024 middleware: [ "gzip", "headers" ] @@ -70,7 +71,8 @@ http: max_worker_memory: 100 # ssl: - # port: 8892 + # host and port separated by semicolon (default :443) + # address: :8892 # redirect: false # cert: fixtures/server.crt # key: fixtures/server.key |