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 /api


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: route for /api
Date: Fri, 02 Jun 2017 16:44:09 +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 979a8ab  route for /api
979a8ab is described below

commit 979a8ab78c2ddcdb2a0b0e53ca051e4078b989b9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 2 16:44:13 2017 +0200

    route for /api
---
 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 52171c7..18ead91 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 /api {
+            root /home/docbuilder/api/_build/html;
+        }
+
         location /current/merchant-backend {
             root /var/www/merchant/doc/;
             rewrite (/current/merchant-backend)/(.*) /$2 break;

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



reply via email to

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