Skip to content

Commit

Permalink
makefile: adjust the comment.
Browse files Browse the repository at this point in the history
modules.cfg.example includes ngx_http_hello_world now.
  • Loading branch information
cubicdaiya committed Dec 25, 2021
1 parent 647b8ec commit 2d2dc5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dist: build-cross
cd bin/darwin/amd64/ && tar cvf nginx-build-darwin-amd64-${VERSION}.tar nginx-build && zopfli nginx-build-darwin-amd64-${VERSION}.tar
cd bin/darwin/arm64/ && tar cvf nginx-build-darwin-arm64-${VERSION}.tar nginx-build && zopfli nginx-build-darwin-arm64-${VERSION}.tar

# ImageMagick and GD are required for ngx_small_light
build-example: nginx-build
./nginx-build -c config/configure.example -m config/modules.cfg.example -d work -clear

Expand Down

0 comments on commit 2d2dc5a

Please sign in to comment.