From 5089bf77dd99fe466ee95651bc4b533000b0f2bc Mon Sep 17 00:00:00 2001 From: Richard Bateman Date: Fri, 14 Aug 2015 12:34:10 -0600 Subject: [PATCH] Update wording in docs as per pull request feedback --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c49729..6825a26 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,9 @@ You'll need apache2-utils on the machine where you plan to create the htpasswd f If you need to configure Nginx beyond what is possible using environment variables, you can provide custom configuration files on either a proxy-wide or per-`VIRTUAL_HOST` basis. -#### Overriding default proxy settings +#### Replacing default proxy settings -If you want to override the default proxy settings for the nginx container, add a configuration file at `/etc/nginx/proxy.conf`. A file with the default settings would +If you want to replace the default proxy settings for the nginx container, add a configuration file at `/etc/nginx/proxy.conf`. A file with the default settings would look like this: ```Nginx