... まだまだありますが、PiotrSikora の便利な小さいコマンドを配置する場所が必要でした (後で拡張します):

PiotrSikora

Serverコンテキスト内の全てのディレクティブ

find src/ -type f -name "*.c" -exec grep -B1 NGX_HTTP_SRV_CONF {} \; | grep ngx_string | cut -d\" -f2

HTTPコンテキスト内の全ての値

find src/ -type f -name "*.c" -exec grep -B2 NGX_HTTP_VAR {} \; | grep ngx_string | cut -d\" -f2
inserted by FC2 system