./configure --help checkinstall make install content_by_lua ' ngx.say("test") '; postgres_query HEAD GET "SELECT * FROM articles"; location /private/ { auth_request /auth; ... } location /echodelay { echo hello; echo_flush; echo_sleep 2.5; echo world; }