Skip to content

Commit

Permalink
debugging nginx override
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfowler committed Feb 13, 2017
1 parent 0581f0a commit 86596e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ cp $BUILDPACK_DIR/php-nginx-oauth $BUILD_DIR/bin/
cp $BUILDPACK_DIR/oauth2_proxy.nginx.conf $BUILD_DIR/

# need to override the nginx binary that comes with heroku, because it doesn't have the auth_request module
echo 'HEROKU_PHP_PLATFORM_REPOSITORIES=https://nutshell-tools-public.s3.amazonaws.com/dist-cedar-14-develop/packages.json' > $BUILD_DIR/export
echo 'export HEROKU_PHP_PLATFORM_REPOSITORIES=https://nutshell-tools-public.s3.amazonaws.com/dist-cedar-14-develop/packages.json' > $BUILDPACK_DIR/export

echo "WROTE TO $BUILD_DIR/export"
echo "WROTE TO $BUILDPACK_DIR/export"

0 comments on commit 86596e4

Please sign in to comment.