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

Commit 79afb0f

Browse files
committed
Fixes #117: XHProf and PimpMyLog not respecting specified hostname.
1 parent 6f2746c commit 79afb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ configure_local_drush_aliases: true
5454
# multisite deployments, you can point multiple servernames at one documentroot.
5555
apache_vhosts:
5656
- {servername: "{{ drupal_domain }}", documentroot: "{{ drupal_core_path }}"}
57-
- {servername: "xhprof.drupalvm.dev", documentroot: "/usr/share/php/xhprof_html"}
58-
- {servername: "pimpmylog.drupalvm.dev", documentroot: "/usr/share/php/pimpmylog"}
57+
- {servername: "xhprof.{{ vagrant_hostname }}", documentroot: "/usr/share/php/xhprof_html"}
58+
- {servername: "pimpmylog.{{ vagrant_hostname }}", documentroot: "/usr/share/php/pimpmylog"}
5959

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

0 commit comments

Comments
 (0)