Caddy

To use Caddy as a web server, your configuration should look something like this:

snipe-it {
   root * /var/www/snipe-it/public
   encode gzip zstd
   file_server
   php_fastcgi unix//run/php-fpm/www.sock
}