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;