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: frontend tutorial


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: frontend tutorial paths mods
Date: Thu, 23 Feb 2017 13:06:23 +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 a0f8807  frontend tutorial paths mods
a0f8807 is described below

commit a0f88070f08706c6151dc9281080bcf8fd7864c4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 23 13:06:26 2017 +0100

    frontend tutorial paths mods
---
 etc/nginx/sites-enabled/docs-ssl.site | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index 4229bf2..9cda1a4 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -22,5 +22,15 @@ server {
             rewrite (/current/merchant-backend)/(.*) /$2 break;
         }
 
+        location /current/merchant-shop/php {
+            root /var/www/merchant-frontend-examples/php/doc/;
+            rewrite (/current/merchant-shop/php)/(.*) /$2 break;
+        }
+
+        location /current/merchant-shop/python {
+            root /var/www/merchant-frontend-examples/python/doc/;
+            rewrite (/current/merchant-shop/python)/(.*) /$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]