Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Last active June 7, 2018 13:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save zoffixznet/4f2a2844b0eda83858b784096ef54a3b to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /var/www/tau-push/webroot
ErrorLog ${APACHE_LOG_DIR}/error.tau-push.log
ServerName tau-alert.perl6.party
ServerAlias www.tau-alert.perl6.party
ProxyPass /.well-known !
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