You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2020. It is now read-only.
Modifies Apache vhost definition to use single quotes
Per #395, usage of double-quotes attempts to expand the string
`${APACHE_LOG_DIR}` within the vhost definition. Since that value may or
may not be set, and, if set, may not be correct for the vagrant image,
single quotes must be used to prevent expansion.
Tested and verified.
0 commit comments