nitrogen 0.2.3

Nitrogen is a tool for deploying web services to AWS Nitro Enclaves.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "listeners": {
    "127.0.0.1:8000": {
      "pass": "routes"
    }
  },

  "routes": [
    {
      "action": {
        "share": "/www/static/$uri"
      }
    }
  ]
}