libeufin

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

commit 272c95237d24f1bbea05673935cad7f59af76ef9
parent 2a41e3b3993a9b2f202fef507541f615f2550007
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  5 Mar 2023 13:06:32 +0100

fix port

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:5016; } # rewrite ^/$ /index.html; # FRONTEND