Search Results for: Chained sprockets
must define exactly one of the following: pass, share, or proxy. an example: { "routes": [ { "match": { "host": "example.com", "scheme": "https", "uri": "/php/*" }, "action": { "pass": "applications/php_version" } }, { "action": { "share": "/www/static_version/" } } ] } a more elaborate example with chained
must define exactly one of the following: pass, share, or proxy. an example: { "routes": [ { "match": { "host": "example.com", "scheme": "https", "uri": "/php/*" }, "action": { "pass": "applications/php_version" } }, { "action": { "share": "/www/static_version/" } } ] } a more elaborate example with chained...
https://unit.nginx.org/configuration/