Return#
Allows sending a specified value to the client and then closing the connection. Specifies a value to send to the client. The value can contain variables.Configuration Example#
server {
listen 12345;
return $time_iso8601;
}
Directives#
return#