Skip to content

Commit 65076c2

Browse files
Karel Baštaangristan
authored andcommitted
Fix nginx-1.16 path
1 parent 4246a81 commit 65076c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-autoinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ case $OPTION in
518518

519519
cd /usr/local/src/nginx/nginx-${NGINX_VER} || exit 1
520520
# Apply actual patch
521-
patch -p01 </usr/local/src/nginx/modules/quiche/extras/nginx/nginx-1.16.patch
521+
patch -p01 </usr/local/src/nginx/modules/quiche/nginx/nginx-1.16.patch
522522

523523
# Apply patch for nginx > 1.19.7 (source: https://github.com/cloudflare/quiche/issues/936#issuecomment-857618081)
524524
wget https://raw.githubusercontent.com/angristan/nginx-autoinstall/master/patches/nginx-http3-1.19.7.patch -O nginx-http3.patch

0 commit comments

Comments
 (0)