Skip to content

Instantly share code, notes, and snippets.

@cemk
Created January 26, 2016 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemk/984d797f70e75f16231c to your computer and use it in GitHub Desktop.
Save cemk/984d797f70e75f16231c to your computer and use it in GitHub Desktop.
Caddyfile for Kirbydrop
[DomainName] {
root [RootFolder]/
fastcgi / 127.0.0.1:9000 php
rewrite {
regexp .*
ext /
to /index.php/{uri}
}
rewrite /content {
regexp .*
ext / .html
to /index.php/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment