Skip to content

Instantly share code, notes, and snippets.

@d-v-b
Last active August 9, 2024 16:49
Show Gist options
  • Save d-v-b/0c6795547658ff9c5f2f47177fe556ba to your computer and use it in GitHub Desktop.
Save d-v-b/0c6795547658ff9c5f2f47177fe556ba to your computer and use it in GitHub Desktop.
neuroglancer-compatible caddyfile
{
debug
}
:8000 {
file_server {
browse
root /path/to/data
}
header {
Access-Control-Allow-Headers *
Access-Control-Allow-Methods GET
Access-Control-Allow-Origin *
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment