Agregado el mapeo para la trasnformación
This commit is contained in:
parent
6fab08b12b
commit
da75848564
@ -98,7 +98,7 @@ http {
|
|||||||
|
|
||||||
# Transformaciones de bundle (nodo nacional, via bus-gateway/bundleSigner):
|
# Transformaciones de bundle (nodo nacional, via bus-gateway/bundleSigner):
|
||||||
# /fhir/Bundle/:id/$ddcc, $dvc, $icvp2, $meow
|
# /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_pass http://bus_gateway;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
@ -114,7 +114,7 @@ http {
|
|||||||
|
|
||||||
# Transformaciones de bundle (nodo nacional, via bus-gateway/bundleSigner):
|
# Transformaciones de bundle (nodo nacional, via bus-gateway/bundleSigner):
|
||||||
# /fhir/Bundle/:id/$ddcc, $dvc, $icvp2, $meow
|
# /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_pass http://bus_gateway;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user