ngx_stream_return_module 模块

示例配置
指令
     return

ngx_stream_return_module 模块(1.11.2 版)允许向客户端发送指定的值,然后关闭连接。

示例配置

server {
    listen 12345;
    return $time_iso8601;
}

指令

语法: return value;
默认值:
上下文: server

指定要发送给客户端的 value。该值可以包含文本、变量及其组合。