server-config/Caddyfile

16 lines
357 B
Caddyfile

dl.msfjarvis.dev {
root * /var/www/dl.msfjarvis.dev
php_fastcgi unix//run/php/php-fpm.sock {
try_files {path} {path}/index.php /_h5ai/public/index.php =404
}
tls {
dns netlify
}
file_server
encode gzip
@static {
file
path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff *.pdf *.webp
}
header @static Cache-Control max-age=5184000
}