You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,25 @@ You can provide your own NGINX config by creating a file named `nginx.conf.erb`
110
110
111
111
### Customizable NGINX Compile Options
112
112
113
-
See [scripts/build_nginx](scripts/build_nginx) for the build steps. Configuring is as easy as changing the "./configure" options.
113
+
This requires a clone of this repository and [Docker](https://www.docker.com/). All you need to do is have Docker setup and running on your machine. The [`Makefile`](Makefile) will take care of the rest.
114
114
115
-
You can run the builds in a [Docker](https://www.docker.com/) container:
115
+
Configuring is as easy as changing the options passed to `./configure` in [scripts/build_nginx](scripts/build_nginx).
116
+
117
+
Run the builds in a container via:
118
+
119
+
```
120
+
$ make build
121
+
```
122
+
123
+
The binaries will be packed into `tar` files and placed in the repository's root directory. Commit the changes and push your repository.
124
+
125
+
Finally update your app to use your custom buildpack on Heroku either at https://dashboard.heroku.com/apps/#{YOUR_APP_NAME}/settings or via the Heroku CLI via:
116
126
117
127
```
118
-
$ make build # It outputs the latest builds to bin/cedar-*
0 commit comments