Agregado el mapeo para la trasnformación

This commit is contained in:
Alejandro Gomez Auad 2026-07-24 02:22:22 +00:00
parent 6fab08b12b
commit da75848564
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;