Added Caddyfile
This enables caddy server to be used without additional configuration.
usage
Clone the repository, cd into it and run caddy
requirements
You only need to have caddy installed and php-fpm running on port 9000.
see https://caddyserver.com/docs/caddyfile
Let's add this to the WebServers section of the manual. Configuration files are already piling up in the framework repo.
https://github.com/UnionOfRAD/manual/blob/master/01_installation/03_web_servers.md
What d'you think?
Hi @davidpersson - to be honest, i think lithium could benefit from that file in the root directory. Since caddy is the easiest to use web server, it would allow even not so tech-savvy people to run a proper web server with lithium already installed. Caddy is cross-platform and has no dependencies. It's a single binary file that's easy to deploy, you would just need to copy it.
I also created a pull-request for the manual as well, but would like to see this file added here. https://github.com/UnionOfRAD/manual/pull/98