Sha256: 25b5931de6e042b195d2871669d97c93ba424d9619b4e0ddc8c491e5594f68ef

Contents?: true

Size: 305 Bytes

Versions: 6

Compression:

Stored size: 305 Bytes

Contents

# zena apache2 vhost for <%= config[:host] %>
# automatically generated file

<VirtualHost *<%= vhost_port %>>
  ServerName www.<%= config[:host] %>

  RewriteEngine On
  RewriteCond %{HTTP_HOST} ^www\.<%= config[:host] %>$ [NC]
  RewriteRule ^(.*)$ http://<%= config[:host] %>$1 [R=301,L]
</VirtualHost>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
zena-1.2.8 lib/zena/deploy/vhost_www.rhtml
zena-1.2.7 lib/zena/deploy/vhost_www.rhtml
zena-1.2.6 lib/zena/deploy/vhost_www.rhtml
zena-1.2.5 lib/zena/deploy/vhost_www.rhtml
zena-1.2.4 lib/zena/deploy/vhost_www.rhtml
zena-1.2.3 lib/zena/deploy/vhost_www.rhtml