diff --git a/docs/README.md b/docs/README.md index 032378e..9e8d6c6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -891,7 +891,7 @@ docker run --detach \ By default the nginx configuration `upstream` blocks will use this block's corresponding hostname as a predictable name. However, this can cause issues in some setups (see [this issue](https://github.com/nginx-proxy/nginx-proxy/issues/1162)). In those cases you might want to switch to SHA1 names for the `upstream` blocks by setting the `SHA1_UPSTREAM_NAME` environment variable to `true` on the nginx-proxy container. -> [!TIP] +> [!NOTE] > Using regular expressions in `VIRTUAL_HOST` will always result in a corresponding `upstream` block with an SHA1 name. ⬆️ [back to table of contents](#table-of-contents)