Sha256: ec0c681bd60d3178bc484954f5a31a16a4f984e1d6a382282782bf19cd0f795b
Contents?: true
Size: 688 Bytes
Versions: 70
Compression:
Stored size: 688 Bytes
Contents
ServerName {{server_name}} {% for alias in server_aliases %} ServerAlias {{alias}} {% endfor %} RailsEnv {{rails_env}} DocumentRoot /u/apps/{{project_name}}/current/public # This is a test <Directory /u/apps/{{project_name}}/current/public> # This relaxes Apache security settings. AllowOverride all # MultiViews must be turned off. Options -MultiViews # Uncomment this if you're on Apache >= 2.4: Require all granted </Directory> <Location /assets/> # Use of ETag is discouraged when Last-Modified is present Header unset ETag FileETag None # RFC says only cache for 1 year ExpiresActive On ExpiresDefault "access plus 1 year" </Location>
Version data entries
70 entries across 70 versions & 1 rubygems