stack/landing/Caddyfile

8 lines
138 B
Text
Raw Normal View History

# Homelab landing page — LAN only (UFW allows 80 from LAN)
:80 {
root * /srv
encode gzip
file_server
try_files {path} /index.html
}