Update wording in docs as per pull request feedback
This commit is contained in:
parent
66711ff026
commit
5089bf77dd
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
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:
|
look like this:
|
||||||
|
|
||||||
```Nginx
|
```Nginx
|
||||||
|
|
Reference in a new issue