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