{
  "apps": {
    "http": {
      "servers": {
        "web": {
          "listen": [":443"],
          "routes": [
            {
              "match": [
                {"remote_ip": ["100.89.155.79", "100.78.230.98"]}
              ],
              "handle": [
                {
                  "handler": "subroute",
                  "routes": [
                    {
                      "handle": [
                        {
                          "handler": "fileserver",
                          "root": "/home/nahuel/",
                          "hide": [".git"]
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "handle": [
                {"handler": "static_response", "body": "Access denied"}
              ]
            }
          ],
          "tls_connection_policies": [
            {
              "certificate_acquisition": {"challenge_type": "tls-alpn-01"}
            }
          ],
          "automatic_https": {
            "disabled": false
          }
        }
      }
    }
  }
}