unit/docs
Zhidao HONG 14d6d97bac HTTP: added basic URI rewrite.
This commit introduced the basic URI rewrite. It allows users to change request URI. Note the "rewrite" option ignores the contained query if any and the query from the request is preserverd.
An example:
"routes": [
    {
        "match": {
            "uri": "/v1/test"
        },
        "action": {
            "return": 200
        }
    },
    {
        "action": {
            "rewrite": "/v1$uri",
            "pass": "routes"
        }
    }
]

Reviewed-by: Alejandro Colomar <alx@nginx.com>
2023-04-20 23:20:41 +08:00
..
man/man8 Docs: removed incorrect Pp call in unitd.8. 2023-05-08 18:07:22 +02:00
change_log_conf.dtd Added changelogs generation tools. 2017-10-19 17:48:58 +03:00
change_log_conf.xml Added changelogs generation tools. 2017-10-19 17:48:58 +03:00
changes.dtd Added changelogs generation tools. 2017-10-19 17:48:58 +03:00
changes.xml HTTP: added basic URI rewrite. 2023-04-20 23:20:41 +08:00
changes.xsls Docs: special handling for empty "date" and "time" XML attributes. 2020-12-08 13:17:21 +03:00
changes.xslt Docs: special handling for empty "date" and "time" XML attributes. 2020-12-08 13:17:21 +03:00
Makefile Docs: added changelog for Python 3.11. 2022-12-15 08:37:52 -08:00
unitlogo.svg Updated the GitHub page banner. 2022-09-05 10:42:18 +01:00