Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # default branch to serve
- set $branch "master";
- # Serve features on *.app.dev subdomain
- if ($host ~* ^([^.]+)\.app\.dev\.company\.com$) {
- set $branch $1;
- }
- # All branches are hosted from a subdirectory
- root /var/www/branches/$branch;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement