nginx / unit-docs

NGINX Unit's official website and documentation
https://unit.nginx.org
Creative Commons Attribution 4.0 International
50 stars 99 forks source link

Fix a missing curly brace in the Redmine Howto #12

Closed Jamim closed 4 years ago

Jamim commented 4 years ago

Hello everyone,

Currently, a missing curly brace leads to the validation error when following the Redmine Howto.

{
        "error": "Invalid JSON.",
        "detail": "Unexpected end of JSON payload.  There's an object without a closing brace (}).",
        "location": {
                "offset": 388,
                "line": 19,
                "column": 1
        }
}

So this PR fixes that. It also fixes indentation for a couple of other curly braces.

Best regards!

Jamim commented 4 years ago

The fix has been cherry-picked into master as a5a9be36b59b2f0720cf74f9cd29cd93dd6d69aa.

ghost commented 4 years ago

Thanks for pointing this out!