mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 08:17:01 +05:30
12 lines
261 B
Caddyfile
12 lines
261 B
Caddyfile
https://dl.msfjarvis.dev {
|
|
tls {
|
|
dns cloudflare
|
|
protocols tls1.2
|
|
}
|
|
root /var/www/dl.msfjarvis.dev
|
|
fastcgi / /run/php/php7.2-fpm.sock php
|
|
rewrite {
|
|
if {path} ends_with /
|
|
to {dir}/index.html {dir}/index.php /_h5ai/public/index.php
|
|
}
|
|
}
|