Sha256: 1a6d11821b52db6158090e148f97cb30340a22d6b4c502211ae7d258fed1d5f7

Contents?: true

Size: 394 Bytes

Versions: 3

Compression:

Stored size: 394 Bytes

Contents

<%# encoding: UTF-8 %>
<VirtualHost *:80>
  ServerAdmin webmaster
  ServerName <%= @site_name %>
  <% for site_alias in @site_aliases %>
  ServerAlias <%= site_alias %>
  <% end %>
  DirectoryIndex index.html
  DocumentRoot <%= @app_public_path %>
  
  LogLevel warn
  ErrorLog  <%= @app_log_path %>/apache2/error.log
  CustomLog <%= @app_log_path %>/apache2/access.log combined
</VirtualHost>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
plow-1.0.1 lib/plow/strategy/ubuntu_hardy/templates/apache2-vhost.conf
plow-1.0.0 lib/plow/strategy/ubuntu_hardy/templates/apache2-vhost.conf
plow-0.1.0 lib/plow/strategy/ubuntu_hardy/templates/apache2-vhost.conf