Skip to content

Instantly share code, notes, and snippets.

@jordanandree
Created September 13, 2012 12:40
Show Gist options
  • Save jordanandree/3714055 to your computer and use it in GitHub Desktop.
Save jordanandree/3714055 to your computer and use it in GitHub Desktop.
Untitled
<VirtualHost 127.0.0.1:443>
  DocumentRoot "/Users/jordanandree/Rails/ministrycoach/public"
  ServerName ministrycoach.dev
  LogLevel debug
  RackEnv development
  RailsEnv development
  SSLEngine On
  SSLCertificateFile "/private/etc/apache2/server.crt"
  SSLCertificateKeyFile "/private/etc/apache2/server.key"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment