We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Opcode used to mimics nginx stub status page. It only works in reverse proxy operation.
This opcode blocks then a special location has to be performed in site configuration.
No options provided.
locations: [ { name: 'status', regex: /^\/status/, pipeline: [ ['nginxStatus'], ] } ],