summaryrefslogtreecommitdiff
path: root/etc/nginx/sites-enabled/docs-ssl.site
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-11 14:51:48 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-11 14:51:48 +0100
commite9d78fb8a1dd1431815011fd99344f774accde49 (patch)
treeb167ac9089c2480b2bef56b2dff55c3afe2b5b50 /etc/nginx/sites-enabled/docs-ssl.site
parent413b5f9cfeab18a5bc7eddaaf8e9a9f59bfc6302 (diff)
downloaddeployment-e9d78fb8a1dd1431815011fd99344f774accde49.tar.gz
deployment-e9d78fb8a1dd1431815011fd99344f774accde49.tar.bz2
deployment-e9d78fb8a1dd1431815011fd99344f774accde49.zip
remove unnecessary link to docs
Diffstat (limited to 'etc/nginx/sites-enabled/docs-ssl.site')
-rw-r--r--etc/nginx/sites-enabled/docs-ssl.site15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/nginx/sites-enabled/docs-ssl.site b/etc/nginx/sites-enabled/docs-ssl.site
index f49e9f6..93d7a99 100644
--- 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;
}