diff options
author | Dmitry Patsura <[email protected]> | 2019-06-13 20:13:08 +0300 |
---|---|---|
committer | Dmitry Patsura <[email protected]> | 2019-06-13 20:34:37 +0300 |
commit | 4d3b5a3fdd7750e7b6389fc7b4c92d56226e941e (patch) | |
tree | 14d4e426f07796724fe2cfe6c45a578276e83ba4 /.rr.yaml | |
parent | be46c93e500a775306e4fc71661657d49fa52c54 (diff) |
Feature: Add example with how to configure rr for FastCGI inside .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |