summarylogtreecommitdiffstats
path: root/.rr.yaml.sample-full
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml.sample-full')
-rw-r--r--.rr.yaml.sample-full16
1 files changed, 0 insertions, 16 deletions
diff --git a/.rr.yaml.sample-full b/.rr.yaml.sample-full
index 5bd586f81f27..edfed480dd9f 100644
--- a/.rr.yaml.sample-full
+++ b/.rr.yaml.sample-full
@@ -25,22 +25,6 @@ http:
# http host to listen.
address: 0.0.0.0:8080
- ssl:
- # custom https port (default 443)
- port: 443
-
- # force redirect to https connection
- redirect: true
-
- # ssl cert
- cert: server.crt
-
- # ssl private key
- key: server.key
-
- # rootCA certificate path
- rootCa: root.crt
-
# HTTP service provides FastCGI as frontend
fcgi:
# FastCGI connection DSN. Supported TCP and Unix sockets.