diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ reported in stderr and are only fatal at startup. - **section `handler`** - A module to handle all requests. Usually an instance of `hosts` or `paths`. +- `source_ip_from_header`: Uses the X-Real-IP header for source ip address, + requests without it will be rejected. Useful when gnix is behing another + proxy. - `watch_config`: boolean if to watch the configuration file for changes and apply them accordingly. Default: true (Note: This will watch the entire parent directory of the config since most editors first move the file. Currently any |