<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi there,<div class=""><br class=""></div><div class="">i wanted to try something like a Wildcard DocRoot:</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class=""> server {</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">        listen 80;</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">        root /var/www/branches/*/current/web/;</span></div><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.85098);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">        server_name auto.deploy.fcse.int;</span></div></div><div class=""><br class=""></div><div class="">The Setup looks like this:</div><div class=""><br class=""></div><div class=""><span style="color: rgb(244, 244, 244); font-family: Monaco; font-size: 10px; background-color: rgba(0, 0, 0, 0.85098);" class=""> /var/www/branches/develop/current/web/</span></div><div class=""><span style="color: rgb(244, 244, 244); font-family: Monaco; font-size: 10px; background-color: rgba(0, 0, 0, 0.85098);" class=""> /var/www/branches/master/current/web/</span></div><div class=""><span style="color: rgb(244, 244, 244); font-family: Monaco; font-size: 10px; background-color: rgba(0, 0, 0, 0.85098);" class=""> /var/www/branches/feature1/current/web/</span></div><div class=""><span style="color: rgb(244, 244, 244); font-family: Monaco; font-size: 10px; background-color: rgba(0, 0, 0, 0.85098);" class=""> /var/www/branches/feature2/current/web/</span></div><div class=""><br class=""></div><div class="">I wanted now to open the URL like this: auto.deploy.fcse.int/master/ or /develop and so on.</div><div class=""><br class=""></div><div class="">The Problem is that all „projects“ are Symfony projects so current/web must always be set :-/</div><div class=""><br class=""></div><div class="">I hope you guys understand what  mean ;)</div><div class=""><br class=""></div><div class="">Cheers</div><div class=""><br class=""></div><div class="">Daniel</div></body></html>