domain example.io {
  location / {
    alias ./;
    root rewrite;
  }
}