summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-23 13:06:26 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-23 13:06:26 +0100
commita0f88070f08706c6151dc9281080bcf8fd7864c4 (patch)
treea4a1952a48dd72de90c2ddeb143eb3dd5b5138b7 /etc
parent469f0d9563b564dba6072daec77829a8e898ff5e (diff)
downloaddeployment-a0f88070f08706c6151dc9281080bcf8fd7864c4.tar.gz
deployment-a0f88070f08706c6151dc9281080bcf8fd7864c4.tar.bz2
deployment-a0f88070f08706c6151dc9281080bcf8fd7864c4.zip
frontend tutorial paths mods
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;
}