Caddy webserver support
Can you include documentation for Caddy as a webserver? Here is the Caddyfile I am using which works perfectly well.
## Caddyfile
snipe-it {
root * /var/www/snipe-it/public
encode gzip zstd
file_server
php_fastcgi unix//run/php-fpm/www.sock
# php_fastcgi localhost:9000
}
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Is this issue still relevant?
Sorry for the late reply, I have reformulated the issue to be more relevant for the caddy webserver issue only.
@jerm if you can take a look at this, vet the general approach, and then ping @snipe she can get the docs updated.