gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: fix path


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix path
Date: Thu, 23 Feb 2017 12:55:42 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 469f0d9  fix path
469f0d9 is described below

commit 469f0d9563b564dba6072daec77829a8e898ff5e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 23 12:55:38 2017 +0100

    fix path
---
 etc/nginx/sites-enabled/docs-ssl.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index 40b4fbd..4229bf2 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -19,7 +19,7 @@ server {
 
         location /current/merchant-backend {
             root /var/www/merchant/doc/;
-            rewrite (/current/merchant-backend)/(.*) /$1 break;
+            rewrite (/current/merchant-backend)/(.*) /$2 break;
         }
 
         include conf.d/favicon_robots;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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