Loading...
Loading...
Caddyfile configuration, auto-HTTPS, and FastCGI.
npx skill4agent add sraloff/gravityboots caddy-modern-configdomain { directives }example.com {
reverse_proxy localhost:3000
}php_fastcgiexample.com {
root * /var/www/site/public
php_fastcgi unix//run/php/php8.3-fpm.sock
file_server
}header {
Strict-Transport-Security "max-age=31536000;"
X-Content-Type-Options "nosniff"
}