Configs for the Caddy webserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# vim: ft=caddyfile |
|
|
|
bin.boba.best { |
|
encode zstd gzip |
|
import hsts |
|
import log |
|
|
|
root * /var/www/bin.boba.best |
|
php_fastcgi unix//run/php/php-fpm.sock |
|
file_server |
|
import basicerrors |
|
}
|
|
|