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:
@ -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
|
||||
|
Reference in New Issue
Block a user