Skip to content

Commit

Permalink
Update build-nginx-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xumenghe1989 authored Nov 3, 2024
1 parent 90e0cfd commit 5a8324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nginx-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
curl -O http://nginx.org/download/nginx-1.20.1.tar.gz
tar -xvf nginx-1.20.1.tar.gz
cd nginx-1.20.1
./configure --prefix=/usr --with-http_ssl_module --with-http_v2_module
./configure --prefix=/usr
make
make install DESTDIR=/nginx-install
cd /nginx-install
Expand Down

0 comments on commit 5a8324e

Please sign in to comment.