dev/provisioning/modules/apache/templates/namevirtualhost.erb
author ymh <ymh.work@gmail.com>
Wed, 03 Feb 2016 18:34:44 +0100
changeset 115 34ffc04cef62
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
add dc:identifier to providedCHO

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