Skip to content

Commit ebdbad4

Browse files
committed
Update NGINX version to the latest version, 1.8.1.
1 parent 91447b5 commit ebdbad4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nnp.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
DIRECTORY=/root/webserver
55
#Do NOT add '/', trailing slash in the end.
66
PAGESPEED=1.9.32.10
7-
NGINX=1.8.0
7+
NGINX=1.8.1
88
NAXSI=0.54
99
COMPILE="--add-module=${DIRECTORY}/ngx_pagespeed-release-${PAGESPEED}-beta \
1010
--add-module=${DIRECTORY}/naxsi-${NAXSI}/naxsi_src \
@@ -89,7 +89,7 @@ function compile ()
8989

9090
#The variables below executes the process. Do not rename them unless you know what you are doing.
9191

92-
#Install dependencies.
92+
#Install dependencies.
9393
#Comment it out if you already have proper dependencies installed or on another system other than Debian or Ubuntu based system.
9494
dependencies_debian
9595
#Create install folder, specified in DIRECTORY variable and enter the folder.
@@ -101,4 +101,4 @@ prepare_naxsi
101101
#Download, unpack NGINX.
102102
prepare_nginx
103103
#Compile and install NGINX + MODULES.
104-
compile
104+
compile

0 commit comments

Comments
 (0)