ngx_stream_return_module

Module ngx_stream_return_module

The ngx_stream_return_module module (1.11.2) allows sending a specified value to the client and then closing the connection.

Example Configuration

server {
    listen 12345;
    return $time_iso8601;
}

Directives

Syntax: return value;
Default:
Context: server

Specifies a value to send to the client. The value can contain text, variables, and their combination.

© 2002-2017 Igor Sysoev
© 2011-2017 Nginx, Inc.
Licensed under the BSD License.
https://nginx.org/en/docs/stream/ngx_stream_return_module.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部