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: route for fronten


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: route for frontend docs
Date: Mon, 05 Jun 2017 19:58:22 +0200

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 e129eb5  route for frontend docs
e129eb5 is described below

commit e129eb5aff44bf74a0af3c9543294e616f15e455
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 5 19:58:04 2017 +0200

    route for frontend docs
---
 etc/nginx/sites-enabled/docs-ssl.site | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index 35e3072..8ac0ea2 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -18,6 +18,10 @@ server {
 #          ssi_last_modified on;
        }
 
+        location /merchant/frontend {
+            root /home/docbuilder/merchant-frontend-examples;
+        }
+
         location ~ ^/(api|_static) {
             root /home/docbuilder/api/_build/html;
             rewrite ^/api[/]*$ /api/index.html last;

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



reply via email to

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