Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created February 8, 2017 16:31
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 zoffixznet/1cdc5552f5f4dbdf8c3b370c12f7f1a8 to your computer and use it in GitHub Desktop.
Save zoffixznet/1cdc5552f5f4dbdf8c3b370c12f7f1a8 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ErrorLog ${APACHE_LOG_DIR}/error.perl6.party.log
ServerName perl6.party
ServerAlias www.perl6.party
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment