Skip to content

Instantly share code, notes, and snippets.

@johnathancroom
Created September 1, 2012 16:40
Show Gist options
  • Save johnathancroom/3579853 to your computer and use it in GitHub Desktop.
Save johnathancroom/3579853 to your computer and use it in GitHub Desktop.
ServerName theprofitjourney.com
ServerAlias www.theprofitjourney.com theprofitjourney.sandigital.net
DocumentRoot /var/www/vhosts/sandigital.net/subdomains/theprofitjourney/html/public
<Directory "/var/www/vhosts/sandigital.net/subdomains/theprofitjourney/html/public">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
RailsEnv development
RailsBaseURI /
SetEnv DB_NAME theprofitjourney
SetEnv DB_USER john
SetEnv DB_PASS ****
SetEnv DB_SOCKET /var/lib/mysql/mysql.sock
#DB_NAME=theprofitjourney DB_USER=john DB_PASS=**** DB_SOCKET=/var/lib/mysql/mysql.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment