Sha256: 8358673a4ebef2e3dadc3649518c338244cb27f669ef004805aa0b9652a1c53e
Contents?: true
Size: 308 Bytes
Versions: 8
Compression:
Stored size: 308 Bytes
Contents
<VirtualHost *:80> ServerName <%= @app.url %> DocumentRoot <%= @app.app_root %>/public RackEnv production <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