snipe / snipe-it

A free open source IT asset/license management system
https://snipeitapp.com
GNU Affero General Public License v3.0
10.52k stars 3.08k forks source link

Caddy webserver support #8639

Open LecrisUT opened 3 years ago

LecrisUT commented 3 years ago

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
}
welcome[bot] commented 3 years ago

👋 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.

snipe commented 3 years ago

Is this issue still relevant?

LecrisUT commented 3 years ago

Sorry for the late reply, I have reformulated the issue to be more relevant for the caddy webserver issue only.