Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #117: XHProf and PimpMyLog not respecting specified hostname.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jun 8, 2015
1 parent 6f2746c commit 79afb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ configure_local_drush_aliases: true
# multisite deployments, you can point multiple servernames at one documentroot.
apache_vhosts:
- {servername: "{{ drupal_domain }}", documentroot: "{{ drupal_core_path }}"}
- {servername: "xhprof.drupalvm.dev", documentroot: "/usr/share/php/xhprof_html"}
- {servername: "pimpmylog.drupalvm.dev", documentroot: "/usr/share/php/pimpmylog"}
- {servername: "xhprof.{{ vagrant_hostname }}", documentroot: "/usr/share/php/xhprof_html"}
- {servername: "pimpmylog.{{ vagrant_hostname }}", documentroot: "/usr/share/php/pimpmylog"}

# MySQL Databases and users. If build_from_makefile is true, first database will
# be used for the makefile-built site.
Expand Down

0 comments on commit 79afb0f

Please sign in to comment.