dev/provisioning/modules/apache/templates/namevirtualhost.erb
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 04 Jul 2016 17:56:05 +0200
changeset 221 0bee030d7411
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Add popcorn-js in dependencies Run [bower install]

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