From da758485641a07ffaf0fbcd6e581ed0f8e4b8703 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Auad Date: Fri, 24 Jul 2026 02:22:22 +0000 Subject: [PATCH] =?UTF-8?q?Agregado=20el=20mapeo=20para=20la=20trasnformac?= =?UTF-8?q?i=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/http.conf | 2 +- nginx/https.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/http.conf b/nginx/http.conf index 652b33c..f660bde 100644 --- a/nginx/http.conf +++ b/nginx/http.conf @@ -98,7 +98,7 @@ http { # Transformaciones de bundle (nodo nacional, via bus-gateway/bundleSigner): # /fhir/Bundle/:id/$ddcc, $dvc, $icvp2, $meow - location ~ ^/fhir/Bundle/[^/]+/\$(ddcc|dvc|icvp2|meow)$ { + location ~ ^/fhir/Bundle/[^/]+/\$(ddcc|dvc|icvp|icvp2|meow)$ { proxy_pass http://bus_gateway; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; diff --git a/nginx/https.conf b/nginx/https.conf index 1ffe9b2..fde800b 100644 --- a/nginx/https.conf +++ b/nginx/https.conf @@ -114,7 +114,7 @@ http { # Transformaciones de bundle (nodo nacional, via bus-gateway/bundleSigner): # /fhir/Bundle/:id/$ddcc, $dvc, $icvp2, $meow - location ~ ^/fhir/Bundle/[^/]+/\$(ddcc|dvc|icvp2|meow)$ { + location ~ ^/fhir/Bundle/[^/]+/\$(ddcc|dvc|icvp|icvp2|meow)$ { proxy_pass http://bus_gateway; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;