libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit dd3f2510bc8dddac3d02c1878161881d8916fc08
parent 71ea647ae84b00fde2ffbdb95f18c96676e926ef
Author: MS <ms@taler.net>
Date:   Sun,  5 Mar 2023 10:24:49 +0100

NGINX config.

Removing breaking slash to reach Sandbox backend.

Diffstat:
Mdebian/etc/nginx/sites-available/libeufin-sandbox | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/etc/nginx/sites-available/libeufin-sandbox b/debian/etc/nginx/sites-available/libeufin-sandbox @@ -25,7 +25,7 @@ server { proxy_set_header X-Forwarded-Proto "$scheme"; proxy_set_header X-Forwarded-Host "localhost"; proxy_set_header X-Forwarded-Prefix /; - proxy_pass http://localhost:5000/; + proxy_pass http://localhost:5000; } # rewrite ^/$ /index.html; # FRONTEND