Sha256: e0a297589b7f74c10eb775ab4862de1b96caa5cc3deb4a4c70b77abd31a0775e
Contents?: true
Size: 288 Bytes
Versions: 13
Compression:
Stored size: 288 Bytes
Contents
# zena apache2 vhost for <%= config[:host] %> # automatically generated file <VirtualHost *> 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
13 entries across 13 versions & 1 rubygems