[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: fix backend nginx
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: fix backend nginx filesystem path |
Date: |
Thu, 15 Jun 2017 21:28:31 +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 1985402 fix backend nginx filesystem path
1985402 is described below
commit 19854020a0e9fcbd22c85794ffb1fed364206aab
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 15 21:28:22 2017 +0200
fix backend nginx filesystem path
---
etc/nginx/sites-enabled/docs-ssl.site | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/nginx/sites-enabled/docs-ssl.site
b/etc/nginx/sites-enabled/docs-ssl.site
index daf3970..e4e2a8a 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -35,7 +35,7 @@ server {
}
location /merchant/backend {
- alias /home/docbuilder/build/merchant/manual;
+ alias /home/docbuilder/build/merchant-backend/manual;
}
location /merchant/frontend {
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: fix backend nginx filesystem path,
gnunet <=