1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-06 00:35:44 +00:00

fix: do not render regexp hostname in debug endpoint response

This commit is contained in:
Nicolas Duchon
2024-11-04 23:03:01 +01:00
parent a79445feef
commit fdb7310cda
3 changed files with 21 additions and 2 deletions

View File

@ -42,6 +42,14 @@ services:
"/18":
"/19":
"/20":
debug_regexp:
image: web
expose:
- "84"
environment:
WEB_PORTS: 84
VIRTUAL_HOST: ~^regexp.*\.debug.nginx-proxy.example
debug_disabled:
image: web