Created
May 21, 2016 10:13
-
-
Save ef2k/b2cbd7ebc9d5fd0cc97de0266de4f5b1 to your computer and use it in GitHub Desktop.
Ember friendly Caddyfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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