taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit bef463dd4dc3691b3a5b3c71e3b74486305656a0
parent 661686fbb77e02de1bbb6acd755c4528dfe42a6d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 15 Jun 2017 21:15:12 +0200

adapting remaining doc routes

Diffstat:
Metc/nginx/sites-enabled/docs-ssl.site | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/nginx/sites-enabled/docs-ssl.site b/etc/nginx/sites-enabled/docs-ssl.site @@ -31,25 +31,25 @@ server { } location /exchange { - alias /home/docbuilder/exchange/doc; + alias /home/docbuilder/build/exchange/; } location /merchant/backend { - alias /home/docbuilder/merchant/doc; + alias /home/docbuilder/build/merchant/; } location /merchant/frontend { - alias /home/docbuilder/merchant-frontend-examples; + alias /home/docbuilder/build/merchant-frontend/; } location /api { autoindex off; - alias /home/docbuilder/api/_build/html; + alias /home/docbuilder/build/api/html; } # Associated to /api route. location /_static { - alias /home/docbuilder/api/_build/html; + alias /home/docbuilder/api/html/_static; } location /current/merchant-backend {