location / { if ($http_x_mycustomheader = "") { return 403; } } ... } I don't know how to accept requests where the header is set to any value ...
確定! 回上一頁