From 3e8dbfe5ffdfbf525dd115508dc28d15bb81a237 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 21 May 2018 16:14:24 +0300 Subject: Added SERVER_SOFTWARE request meta-variable. --- src/nxt_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_main.h') diff --git a/src/nxt_main.h b/src/nxt_main.h index df74a5eb..19f084d3 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -14,6 +14,7 @@ #define NXT_VERSION "1.2" #define NXT_VERNUM 10200 +#define NXT_SERVER "Unit/" NXT_VERSION typedef struct nxt_port_s nxt_port_t; typedef struct nxt_task_s nxt_task_t; -- cgit