Skip to content

Instantly share code, notes, and snippets.

@ef2k
Created May 21, 2016 10:13
Show Gist options
  • Save ef2k/b2cbd7ebc9d5fd0cc97de0266de4f5b1 to your computer and use it in GitHub Desktop.
Save ef2k/b2cbd7ebc9d5fd0cc97de0266de4f5b1 to your computer and use it in GitHub Desktop.
Ember friendly Caddyfile
localhost:9002
root dist
gzip
log ../access.log
pprof
rewrite {
r ^(.+)$
if {file} not favicon.ico
to {path} {path}/ /index.html?{1}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment