Skip to content

Commit

Permalink
Update “headers-more-nginx” module for heroku-18
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed Sep 13, 2018
1 parent f8c521a commit 7e462f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-heroku-16:

build-heroku-18:
@echo "Building nginx in Docker for heroku-18..."
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-18" -e "NGINX_VERSION=1.14.0" -e "PCRE_VERSION=8.42" -w /buildpack heroku/heroku:18-build scripts/build_nginx /buildpack/bin/nginx-heroku-18
@docker run -v $(shell pwd):/buildpack --rm -it -e "STACK=heroku-18" -e "NGINX_VERSION=1.14.0" -e "PCRE_VERSION=8.42" -e "HEADERS_MORE_VERSION=0.33" -w /buildpack heroku/heroku:18-build scripts/build_nginx /buildpack/bin/nginx-heroku-18

shell:
@echo "Opening heroku-16 shell..."
Expand Down
Binary file modified bin/nginx-heroku-18
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/build_nginx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "Downloading $zlib_url"
--with-http_gzip_static_module \
--with-http_realip_module \
--prefix=/tmp/nginx \
--add-module=/${temp_dir}/nginx-${NGINX_VERSION}/headers-more-nginx-module-${HEADERS_MORE_VERSION}
--add-module=${temp_dir}/nginx-${NGINX_VERSION}/headers-more-nginx-module-${HEADERS_MORE_VERSION}
make install
)

Expand Down

0 comments on commit 7e462f3

Please sign in to comment.