mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-13 20:37:02 +05:30
16 lines
357 B
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
|
|
}
|