From d3affd7f4db51cbe1273c8b76b9615bbf7d23bdc Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 12 Nov 2022 19:36:42 +0700 Subject: [PATCH] nginquic : Link Correct Branch --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 15805ed..2801d7d 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ cd ~/ rm -rf nginquic -curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/main/packages.sh | bash +curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/ModSecurity_incl/packages.sh | bash mkdir nginquic && cd nginquic hg clone -b quic https://hg.nginx.org/nginx-quic git clone --depth=1 https://github.com/google/boringssl @@ -20,11 +20,11 @@ sudo make install cd .. cd nginx-quic -mkdir mosc && cd mosc && curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/main/modules.sh | bash && cd .. -curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/main/configure.sh | bash && make +mkdir mosc && cd mosc && curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/ModSecurity_incl/modules.sh | bash && cd .. +curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/ModSecurity_incl/configure.sh | bash && make mkdir /lib/nginx/ && mkdir /lib/nginx/modules cd objs && cp *.so /lib/nginx/modules rm /usr/sbin/nginx cp nginx /usr/sbin/nginx -curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/main/modules.conf > modules.conf +curl -sSL https://raw.githubusercontent.com/minoplhy/nginquic/ModSecurity_incl/modules.conf > modules.conf cp modules.conf /etc/nginx/modules-enabled \ No newline at end of file