summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
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: