{
   "inherit": false,
   "index": "index.html",
   "listed": {
      "enabled": false,
      "template": ""
   },
   "error-template": {
      "default": "",
      "custom": {
         "404": ""
      }
   },
   "headers": {
      "urls": {
         ".*\\.html$": {
            "Cache-Control": "public, max-age=1296000",
            "Content-Type": "text/html; charset=utf-8"
         }
      },
      "paths": {
         ".*\\.png$": {
            "Content-Type": "image/png"
         }
      }
   },
   "deny": {
      "urls": {
         ".*\\.inf$": 403,
         "aaa": 401
      },
      "paths": {
         ".*\\.ini$": 403
      }
   },
   "relocations": {
      ".*\\.ini$": "301 xxx"
   },
   "vars": {
      "Ver": "12"
   },
   "auth": {
      "auth": {
         "client-cert": "alternative",
         "passwords": {
            "realm": "macRCC console",
            "users": {
               "admin": "LVBJ0IMS4WIIB",
               "hanjy": "WAGLJCY9TVKCV"
            },
            "method": "digest",
            "hash": "sha-256",
            "age": 180,
            "exit-urls": [
               "/admin/exit$"
            ]
         }
      },
      "urls": [
         "^/admin/.*"
      ]
   }
}