Sha256: 376d73f5064f5971b32bca8162dd4ffce6a992059a71f8f482ef3b0a42a10ab5
Contents?: true
Size: 702 Bytes
Versions: 7
Compression:
Stored size: 702 Bytes
Contents
# Based on http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/ NameVirtualHost *:443 <VirtualHost *:443> Include /etc/apache2/sites-available/app.custom Include /etc/apache2/sites-available/app.common ErrorLog /mnt/log/apache2/error.log LogLevel warn CustomLog /mnt/log/apache2/access.log combined # see http://httpd.apache.org/docs/2.2/ssl/ssl_intro.html and http://httpd.apache.org/docs/2.2/mod/mod_ssl.html SSLEngine On SSLCertificateFile /etc/ec2onrails/ssl/cert/ec2onrails-default.crt SSLCertificateKeyFile /etc/ec2onrails/ssl/private/ec2onrails-default.key RequestHeader set X_FORWARDED_PROTO 'https' </VirtualHost>
Version data entries
7 entries across 7 versions & 5 rubygems