Added SERVER_SOFTWARE request meta-variable.

This commit is contained in:
Valentin Bartenev
2018-05-21 16:14:24 +03:00
parent 8a156a9fc4
commit 3e8dbfe5ff
10 changed files with 37 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ ${NXT_DAEMON}-uninstall:
END
nxt_version=`grep NXT_VERSION src/nxt_main.h | sed -e 's/.*"\(.*\)".*/\1/'`
nxt_version=`grep -m 1 NXT_VERSION src/nxt_main.h | sed -e 's/.*"\(.*\)".*/\1/'`
# Makefile.
# *.dSYM is MacOSX Clang debug information.