4
0
Fork 0
WolfBox/Caddyfile~

28 lines
325 B
Caddyfile
Raw Normal View History

2025-05-31 22:21:22 +01:00
{
local_certs
auto_https disable_redirects
ocsp_stapling off
}
31.125.232.239: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
}
}