Good day! How to make this scheme? Page generating with custom header (for example "X-Custom-Header: somevalue"). How to check if header exists? for example: location / { if (exists "X-Custom-header") { .... } ... }