{$DOMAIN} {
 encode zstd gzip
 header X-Content-Type-Options nosniff
 header Referrer-Policy strict-origin-when-cross-origin
 header X-Frame-Options SAMEORIGIN
 handle /api/* {
  reverse_proxy api:5000
 }
 handle {
  root * /srv
  @home path /
  rewrite @home /lunar/index.html
  try_files {path} /index.html
  file_server
 }
}
