模块 ngx_stream_return_module

示例配置
指令
     返回

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

示例配置

server {
    listen 12345;
    return $time_iso8601;
}

指令

语法 return value;
默认
上下文 服务器

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