Created
December 4, 2014 16:43
-
-
Save mishal/111441e4a645d9b49fef to your computer and use it in GitHub Desktop.
Apache virtualhost configuration for Html5 validator (validator.nu) on separate domain
This file contains 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 *:80> | |
ServerName html5.validate.2000cubits.lab | |
ProxyPass / http://localhost:8888/ | |
ProxyPassReverse / http://localhost:8888/ | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment