summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx/sites-enabled/docs-ssl.site10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/nginx/sites-enabled/docs-ssl.site b/etc/nginx/sites-enabled/docs-ssl.site
index 4229bf2..9cda1a4 100644
--- a/etc/nginx/sites-enabled/docs-ssl.site
+++ b/etc/nginx/sites-enabled/docs-ssl.site
@@ -22,5 +22,15 @@ server {
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;
}