Skip to content

Instantly share code, notes, and snippets.

@AlexBezuska
Created July 2, 2014 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexBezuska/e80ccef1464209ae0c53 to your computer and use it in GitHub Desktop.
Save AlexBezuska/e80ccef1464209ae0c53 to your computer and use it in GitHub Desktop.
Setup and run multiple ghost blogs
Apache config:
<VirtualHost *:80>
ProxyPreserveHost On
ProxyRequests Off
ServerAlias [your domain or subdomain here]
ProxyPass / http://localhost:2368/
ProxyPassReverse / http://localhost:2368/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment