28 lines
325 B
Caddyfile
28 lines
325 B
Caddyfile
{
|
|
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
|
|
}
|
|
}
|
|
|