mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-25 05:16:30 +00:00
Adjusted formatting on README
This commit is contained in:
parent
c984ed2b18
commit
593c3c29b0
@ -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:
|
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;
|
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user