summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-23 17:54:58 +0300
committerValery Piashchynski <[email protected]>2021-01-23 17:54:58 +0300
commit01a6fab935fc2e40d7b6c17ab75a20a74ca23d1d (patch)
tree59967433eb8220e60020011873623a7454941314 /.rr.yaml
parent29d6020a9e8a3713b22269ed946547c96c24d3da (diff)
Stabilization PR
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.rr.yaml b/.rr.yaml
index a4726066..600f0255 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -13,7 +13,7 @@ server:
logs:
mode: development
- level: debug
+ level: error
http:
# host and port separated by semicolon
@@ -70,13 +70,13 @@ http:
# MaxWorkerMemory limits memory per worker (MB)
max_worker_memory: 100
- # ssl:
- # host and port separated by semicolon (default :443)
- # address: :8892
- # redirect: false
- # cert: fixtures/server.crt
- # key: fixtures/server.key
- # rootCa: root.crt
+ ssl:
+ # host and port separated by semicolon (default :443)
+ address: :8892
+ redirect: false
+ cert: fixtures/server.crt
+ key: fixtures/server.key
+ rootCa: root.crt
fcgi:
address: tcp://0.0.0.0:7921
http2: