nginx Echo module
19 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.
echo
The `echo` directive outputs a specified string or data in the response body.
locationif in location
echo_abort_parent
The `echo_abort_parent` directive is used to abort the parent request in the…
locationif in location
echo_after_body
The `echo_after_body` directive allows for the output of additional responses…
locationif in location
echo_before_body
The `echo_before_body` directive sends a response body before the main body of…
locationif in location
echo_blocking_sleep
The `echo_blocking_sleep` directive introduces a blocking sleep period in the…
locationif in location
echo_duplicate
The `echo_duplicate` directive outputs the specified string multiple times to…
locationif in location
echo_end
The `echo_end` directive terminates the processing of commands within an echo…
locationif in location
echo_exec
The `echo_exec` directive executes a specified command and optionally captures…
locationif in location
echo_flush
The 'echo_flush' directive forces NGINX to send the buffered response to the…
locationif in location
echo_foreach_split
The `echo_foreach_split` directive iteratively executes a series of commands…
locationif in location
echo_location
The `echo_location` directive allows the execution of a named location block…
locationif in location
echo_location_async
The `echo_location_async` directive allows executing arbitrary asynchronous…
locationif in location
echo_read_request_body
The `echo_read_request_body` directive reads and makes available the request…
locationif in location
echo_request_body
The `echo_request_body` directive echoes the request body back to the client…
locationif in location
echo_reset_timer
The `echo_reset_timer` directive resets the elapsed time tracking for…
locationif in location
echo_sleep
The `echo_sleep` directive pauses the processing of requests for a specified…
locationif in location
echo_status
The `echo_status` directive outputs the current status of the processing of a…
locationif in location
echo_subrequest
The 'echo_subrequest' directive is used to execute a subrequest and optionally…
locationif in location
echo_subrequest_async
The `echo_subrequest_async` directive initiates an asynchronous subrequest to…
locationif in location