Created
September 13, 2012 12:40
-
-
Save jordanandree/3714055 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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