dev/provisioning/modules/apache/templates/namevirtualhost.erb
author ymh <ymh.work@gmail.com>
Sat, 10 Jun 2017 18:00:08 +0200
changeset 534 8551ee315a41
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
remove unused routes

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