Skip to content

Instantly share code, notes, and snippets.

@mishal
Created December 4, 2014 16:43
Show Gist options
  • Save mishal/111441e4a645d9b49fef to your computer and use it in GitHub Desktop.
Save mishal/111441e4a645d9b49fef to your computer and use it in GitHub Desktop.
Apache virtualhost configuration for Html5 validator (validator.nu) on separate domain
<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