)]}'
{
  "commit": "3feafa765f5c065ec2921ef92c4c32c2dea4736c",
  "tree": "6b5c5e81fc6f2be4a5ddd47796cf275752d8f829",
  "parents": [
    "4a23bc57051187362094c1f41793901805ac55c2"
  ],
  "author": {
    "name": "Valentin Bartenev",
    "email": "vbart@nginx.com",
    "time": "Mon Jan 30 11:22:56 2012 +0000"
  },
  "committer": {
    "name": "Valentin Bartenev",
    "email": "vbart@nginx.com",
    "time": "Mon Jan 30 11:22:56 2012 +0000"
  },
  "message": "Fixed proxy_redirect off inheritance.\n\nExample configuration to reproduce:\n\n  server {\n      proxy_redirect off;\n\n      location / {\n          proxy_pass http://localhost:8000;\n          proxy_redirect http://localhost:8000/ /;\n\n          location ~ \\.php$ {\n              proxy_pass http://localhost:8000;\n              # proxy_redirect must be inherited from the level above,\n              # but instead it was switched off here\n          }\n      }\n  }\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "009f9c4f2e42ec48c60019c486704d2485326b82",
      "old_mode": 33188,
      "old_path": "src/http/modules/ngx_http_proxy_module.c",
      "new_id": "fb86f010682429131a524d25c04227f4d93eeddf",
      "new_mode": 33188,
      "new_path": "src/http/modules/ngx_http_proxy_module.c"
    }
  ]
}
