<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div>I'm using nginx for load balancer. For debugging purposes, I'm trying to add_header on 50x error.</div><div>But based on manual, it's not possible.</div><div><br></div><div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;location = /50x.html {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add_header Cluster &nbsp; &nbsp; &nbsp;server01;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;root &nbsp; /etc/nginx/html;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;}</div></div><div><br></div><div>Is there any other way to do this?</div><div style="position:fixed"></div>


</div><br>







      </body></html>