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: doxygen routes


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: doxygen routes
Date: Mon, 05 Jun 2017 20:30:46 +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 ffea440  doxygen routes
ffea440 is described below

commit ffea44060be02871950e1df6377279396ae1b88a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 5 20:30:38 2017 +0200

    doxygen routes
---
 etc/nginx/sites-enabled/docs-ssl.site | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site 
b/etc/nginx/sites-enabled/docs-ssl.site
index f09e761..3e413ae 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -18,6 +18,14 @@ server {
 #          ssi_last_modified on;
        }
 
+        location /code/exchange {
+            alias /home/docbuilder/exchange/doxygen-doc/html;
+        }
+
+        location /code/merchant {
+            alias /home/docbuilder/merchant/doxygen-doc/html;
+        }
+
         location /onboarding {
             alias /home/docbuilder/deployment/doc;
         }

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



reply via email to

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