gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: fix port


From: gnunet
Subject: [libeufin] branch master updated: fix port
Date: Sun, 05 Mar 2023 13:06:35 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 272c9523 fix port
272c9523 is described below

commit 272c95237d24f1bbea05673935cad7f59af76ef9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 5 13:06:32 2023 +0100

    fix port
---
 debian/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
index 9ddea8de..02c6111f 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]