Skip to content

OpcodeReverseNginxStatus

Michael VERGOZ edited this page Jun 18, 2014 · 1 revision

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'],
		]
	}
],
Clone this wiki locally