Skip to content

Commit

Permalink
Added: the web/ directory - default for DocumentRoot of Symfony2 proj…
Browse files Browse the repository at this point in the history
…ects - will now be looked up for when creating automaticly ap vhosts
  • Loading branch information
0livier committed Dec 1, 2012
1 parent 76b10d3 commit f464c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ap
Expand Up @@ -97,7 +97,7 @@ sub create {

unless ($path) {
$path = File::Spec->rel2abs( File::Spec->curdir() );
for (qw(www htdocs public)) {
for (qw(www htdocs public web)) {
if ( -d File::Spec->catdir( $path, $_ ) ) {
$path = File::Spec->catdir( $path, $_ );
last;
Expand Down

0 comments on commit f464c3f

Please sign in to comment.