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