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: manual.pdf path r


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: manual.pdf path rewrite.
Date: Thu, 23 Feb 2017 12:53:47 +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 5d2feba  manual.pdf path rewrite.
5d2feba is described below

commit 5d2febaf75acc2cffbba4ca4d8ddb71ccd4cf8b3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 23 12:53:22 2017 +0100

    manual.pdf path rewrite.
---
 etc/nginx/sites-enabled/docs-ssl.site | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index 3a9c8ea..40b4fbd 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -17,5 +17,10 @@ server {
 #          ssi_last_modified on;
        }
 
+        location /current/merchant-backend {
+            root /var/www/merchant/doc/;
+            rewrite (/current/merchant-backend)/(.*) /$1 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]