gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: NGINX config.


From: gnunet
Subject: [libeufin] branch master updated: NGINX config.
Date: Sun, 05 Mar 2023 10:26:10 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new dd3f2510 NGINX config.
dd3f2510 is described below

commit dd3f2510bc8dddac3d02c1878161881d8916fc08
Author: MS <ms@taler.net>
AuthorDate: Sun Mar 5 10:24:49 2023 +0100

    NGINX config.
    
    Removing breaking slash to reach Sandbox backend.
---
 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 c8a74e4b..88fbeb90 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:5000;
   }
   # 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]