diff options
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ http: # ssl private key key: server.key + # rootCA certificate + rootCa: root.crt + # HTTP service provides FastCGI as frontend fcgi: # FastCGI connection DSN. Supported TCP and Unix sockets. |