:80 {
	root * /srv
	file_server
	encode gzip

	# 정적 에셋 캐싱 (해시된 파일명)
	@immutable path /_app/immutable/*
	header @immutable Cache-Control "public, max-age=31536000, immutable"

	# SPA fallback
	try_files {path} /index.html
}
