We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4246a81 commit 65076c2Copy full SHA for 65076c2
nginx-autoinstall.sh
@@ -518,7 +518,7 @@ case $OPTION in
518
519
cd /usr/local/src/nginx/nginx-${NGINX_VER} || exit 1
520
# Apply actual patch
521
- patch -p01 </usr/local/src/nginx/modules/quiche/extras/nginx/nginx-1.16.patch
+ patch -p01 </usr/local/src/nginx/modules/quiche/nginx/nginx-1.16.patch
522
523
# Apply patch for nginx > 1.19.7 (source: https://github.com/cloudflare/quiche/issues/936#issuecomment-857618081)
524
wget https://raw.githubusercontent.com/angristan/nginx-autoinstall/master/patches/nginx-http3-1.19.7.patch -O nginx-http3.patch
0 commit comments