commit a0f88070f08706c6151dc9281080bcf8fd7864c4 parent 469f0d9563b564dba6072daec77829a8e898ff5e Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Thu, 23 Feb 2017 13:06:26 +0100 frontend tutorial paths mods Diffstat:
| M | etc/nginx/sites-enabled/docs-ssl.site | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git 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; }