Files
caddy-hl/conf.d/print.caddy
2025-12-01 18:44:10 +03:00

17 lines
256 B
Plaintext

print.ada-dev.ru {
@lan {
remote_ip 192.168.1.0/24
}
handle @lan {
reverse_proxy 192.168.1.15:631
}
handle {
respond "Access denied" 403
}
}
http://print.ada-dev.ru {
redir https://print.ada-dev.ru{uri}
}