Sha256: 728f089b9feffe6b73e34bd72516d84487b71e25a8c78961bc46b735c8bcc17c

Contents?: true

Size: 309 Bytes

Versions: 8

Compression:

Stored size: 309 Bytes

Contents

<VirtualHost *:80>
  ServerName <%= @app.url %>
  DocumentRoot <%= @app.app_root %>/public
  RackEnv development

  <Directory <%= @app.app_root %>/public >
    AllowOverride all
    Options -MultiViews
    Options ExecCGI FollowSymLinks
    Order allow,deny
     Allow from all
  </Directory>
</VirtualHost>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
citrin-0.1.6 templates/dev_virtualhost.erb
citrin-0.1.5 templates/dev_virtualhost.erb
citrin-0.1.4 templates/dev_virtualhost.erb
citrin-0.1.3 templates/dev_virtualhost.erb
citrin-0.1.2 templates/dev_virtualhost.erb
citrin-0.1.1 templates/dev_virtualhost.erb
citrin-0.0.10 templates/dev_virtualhost.erb
citrin-0.0.9 templates/dev_virtualhost.erb