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