Add Caddyfile

This commit is contained in:
blitzwing 2024-07-08 14:21:20 -04:00
parent adec98b3b8
commit 9f0c594c7c

7
Caddyfile Normal file
View file

@ -0,0 +1,7 @@
hothead.blitzw.in {
encode gzip
root * /var/www/bin.boba.best
php_fastcgi unix//run/php/php-fpm.sock
file_server
}