Browse Source

Change regular expression tip to note

Niek 6 months ago
parent
commit
12b482a7ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/README.md

+ 1 - 1
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)