Last active
August 29, 2015 14:00
-
-
Save hotmeteor/11407089 to your computer and use it in GitHub Desktop.
Have VirtualHostX point domains to a local port
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
ProxyPass / http://localhost:9100/ | |
ProxyPassReverse / http://localhost:9100/ |
Author
hotmeteor
commented
Apr 29, 2014
- Setup your local domain as usual.
- If you're running the site via grunt or something, you'll be on a port like 9000. Adjust the settings to match your port.
- You can even share the site and the domain will "just work".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment