summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-22 11:04:09 +0300
committerGitHub <[email protected]>2021-01-22 11:04:09 +0300
commit29d6020a9e8a3713b22269ed946547c96c24d3da (patch)
treeafe4d330ecb4180e1a9970c8e250bf4f8d92c15e /.rr.yaml
parent6807441b2bf1e821e335d67567af47567c9757f3 (diff)
parent4d60db85d1c0bfeddffe1de3e28d3464949c5f6d (diff)
Merge pull request #494 from spiral/feature/allow_https_listen_on_unix_socketsv2.0.0-beta11
feat(https): Allow https to listen on unix sockets
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rr.yaml b/.rr.yaml
index ca638aa9..a4726066 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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