JackIt/Caddyfile

28 lines
311 B
Caddyfile
Raw Permalink Normal View History

2025-05-31 22:21:22 +01:00
{
local_certs
auto_https disable_redirects
ocsp_stapling off
}
:2480 {
bind 0.0.0.0
encode
file_server {
root build/web
index JackIt.html
}
}
31.125.232.239:2443 {
bind 0.0.0.0
encode
file_server {
root build/web
index JackIt.html
}
tls internal {
on_demand
}
}