Skip to content

Instantly share code, notes, and snippets.

@erycson
erycson / Caddyfile
Last active August 7, 2019 14:36 — forked from paulredmond/Dockerfile
A Dockerfile for a Laravel PHP Application with Caddy Server
0.0.0.0
root /srv/app/public
gzip
fastcgi / 127.0.0.1:9000 php
rewrite {
regexp .*
ext /
to /index.php?{query}
}