From 4f9f13200f60da9050936e99510df8b72cfc96b8 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Thu, 1 Jun 2017 08:12:15 -0700 Subject: [PATCH] readme: fix header levels for deploying section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e3d1ae..56b0ea5 100644 --- a/README.md +++ b/README.md @@ -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 configuration. -## Deploying to Heroku ## +### Heroku ### 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) -## Docker ## +### Docker ### 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"] ``` -## nginx +### nginx ### You can use follow config to prevent URL overwritting: