diff options
author | Anton Titov <[email protected]> | 2019-06-14 12:44:45 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-14 12:44:45 +0300 |
commit | 78724c084ac4db42e713c45ef8cb1453e8352183 (patch) | |
tree | a85abba72b65134a067f4f799b5e1d88a5101d3b /.rr.yaml | |
parent | 27e8cb3c4086012968b586fcbd5fd40737be2510 (diff) | |
parent | ac126193fb36fdf248336fa433cbd13602f2ae75 (diff) |
Merge pull request #162 from ovr/fcgi
Feature - FastCGI support for HTTP Service
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 |