Browse Source
add option to read config file from stdin using: -f - (with "-" indicating to read config file from stdin) This was already been possible using temporary files, unlinked and passed to lighttpd as -f /proc/self/fd/XX (with XX as fd number) on systems (or containers) in which /proc/self/fd/ is available Note: using -f - is incompatible with one-shot mode (-1) since one-shot mode expects stdin to be connected to the clientmaster
1 changed files with 37 additions and 1 deletions
Loading…
Reference in new issue