taler-deployment

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

commit e9d78fb8a1dd1431815011fd99344f774accde49
parent 413b5f9cfeab18a5bc7eddaaf8e9a9f59bfc6302
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 11 Dec 2017 14:51:48 +0100

remove unnecessary link to docs

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

diff --git a/etc/nginx/sites-enabled/docs-ssl.site b/etc/nginx/sites-enabled/docs-ssl.site @@ -56,20 +56,5 @@ server { alias /home/docbuilder/api/html/_static; } - location /current/merchant-backend { - root /var/www/merchant/doc/; - rewrite (/current/merchant-backend)/(.*) /$2 break; - } - - location /current/merchant-shop/php { - root /var/www/merchant-frontend-examples/php/doc/; - rewrite (/current/merchant-shop/php)/(.*) /$2 break; - } - - location /current/merchant-shop/python { - root /var/www/merchant-frontend-examples/python/doc/; - rewrite (/current/merchant-shop/python)/(.*) /$2 break; - } - include conf.d/favicon_robots; }