{
"listeners": {
"*:8300": {
"pass": "routes"
}
},
"routes": [
{
"match": { "uri": "/api/" },
"action": { "pass": "applications/api" }
},
{
"match": {"uri": ["*.css", "*.ico", "*.jpg", "*.js", "*.png", "*.html"] },
"action": {"share": "/var/www/site.ru/dist/", "fallback": { "return": 404 }}
},
{
"action": {
/* ???????????????? */
"pass": "/var/www/site.ru/dist/index.html"
}
}
],
"applications": {
"api": {
"type": "php",
"root": "/var/www/site.ru/api/",
"script": "index.php"
}
}
}
как перенаправить запрос типа /catalog?category=33 на index.html?