summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorDmitry Patsura <[email protected]>2019-06-13 20:13:08 +0300
committerDmitry Patsura <[email protected]>2019-06-13 20:34:37 +0300
commit4d3b5a3fdd7750e7b6389fc7b4c92d56226e941e (patch)
tree14d4e426f07796724fe2cfe6c45a578276e83ba4 /.rr.yaml
parentbe46c93e500a775306e4fc71661657d49fa52c54 (diff)
Feature: Add example with how to configure rr for FastCGI inside .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 4e00f0f7..973bc03f 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -28,6 +28,11 @@ http:
# ssl private key
key: server.key
+ # HTTP service provides FastCGI as frontend
+ fcgi:
+ # FastCGI connection DSN. Supported TCP and Unix sockets.
+ address: tcp://0.0.0.0:6920
+
# max POST request size, including file uploads in MB.
maxRequestSize: 200