0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -05:00

readme: fix header levels for deploying section

This commit is contained in:
Will Norris 2017-06-01 08:12:15 -07:00
parent 328044540e
commit 4f9f13200f

View file

@ -233,12 +233,12 @@ my server and start it using `sudo service imageproxy start`. You will
certainly want to modify that upstart script to suit your desired certainly want to modify that upstart script to suit your desired
configuration. configuration.
## Deploying to Heroku ## ### Heroku ###
It's easy to vendorize the dependencies with `Godep` and deploy to Heroku. Take It's easy to vendorize the dependencies with `Godep` and deploy to Heroku. Take
a look at [this GitHub repo](https://github.com/oreillymedia/prototype-imageproxy) a look at [this GitHub repo](https://github.com/oreillymedia/prototype-imageproxy)
## Docker ## ### Docker ###
A docker image is available at [`willnorris/imageproxy`](https://registry.hub.docker.com/u/willnorris/imageproxy/dockerfile/). A docker image is available at [`willnorris/imageproxy`](https://registry.hub.docker.com/u/willnorris/imageproxy/dockerfile/).
@ -253,7 +253,7 @@ Or in your Dockerfile:
ENTRYPOINT ["/go/bin/imageproxy", "-addr 0.0.0.0:8080"] ENTRYPOINT ["/go/bin/imageproxy", "-addr 0.0.0.0:8080"]
``` ```
## nginx ### nginx ###
You can use follow config to prevent URL overwritting: You can use follow config to prevent URL overwritting: