Last active
August 9, 2024 16:49
-
-
Save d-v-b/0c6795547658ff9c5f2f47177fe556ba to your computer and use it in GitHub Desktop.
neuroglancer-compatible caddyfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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