1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-24 21:06:31 +00:00

Adjusted formatting on README

This commit is contained in:
Trent Harvey 2018-10-17 19:22:14 -07:00
parent c984ed2b18
commit 593c3c29b0

View File

@ -412,9 +412,9 @@ When using location overrides, you are responsible for handling any requests tha
to forward a request. By default, nginx-proxy aliases containers to the defined `VIRTUAL_HOST` name. So if you launch your container with a `VIRTUAL_HOST` value of `app.example.com`, then forwarding a request to your container would look something like this:
```
location / {
location / {
proxy_pass http://app.example.com;
}
}
```
If you are using an SSL-enabled container, you would use `https://` in place of `http://`. You could include any number of other location blocks for nginx to consider and even forward requests to external hosts when they match certain conditions. You can also use any other rules and instructions