dev/provisioning/modules/apache/templates/namevirtualhost.erb
author ymh <ymh.work@gmail.com>
Mon, 28 Nov 2016 22:17:48 +0100
changeset 452 85cf1c3a2fea
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
correct rootUrl for module + css on FF 38

<%# NameVirtualHost should always be one of:
  - *
  - *:<port>
  - _default_:<port>
  - <ip>
  - <ip>:<port>
-%>
NameVirtualHost <%= @addr_port %>