Skip to content

Instantly share code, notes, and snippets.

@shadow-fox
Created May 26, 2014 19:25
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 shadow-fox/4485f59c7e23d85283cb to your computer and use it in GitHub Desktop.
Save shadow-fox/4485f59c7e23d85283cb to your computer and use it in GitHub Desktop.
Apache conf for named virtual host for ember-cli app.
<VirtualHost *:80>
ServerName business.localhost.app
ServerAdmin webmaster@localhost
#DocumentRoot /var/www/html
ProxyPass / http://0.0.0.0:4300
<VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment