Skip to content

Instantly share code, notes, and snippets.

@icholy
Last active December 15, 2015 02:58
Show Gist options
  • Save icholy/5190543 to your computer and use it in GitHub Desktop.
Save icholy/5190543 to your computer and use it in GitHub Desktop.
exports.config =
# other stuff ...
server:
path: 'server.coffee'
port: 3333
run: yes
routes: [
{ host: '127.0.0.1', port: 80, re: /\/blocks/ } # apache redirect
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment