Skip to content

Instantly share code, notes, and snippets.

@binaryben
binaryben / Caddyfile
Created November 5, 2017 07:47 — forked from a-s-o/Caddyfile
Single page app rewriting with Caddy server
localhost:80
gzip
ext .html
root /home/deploy/current/build/www
proxy /graphql localhost:3000
rewrite /login {
to {path} /login
}