org.hl7.fhir.validator-wrapper icon indicating copy to clipboard operation
org.hl7.fhir.validator-wrapper copied to clipboard

Handle 504 timeouts from Nginx

Open dotasek opened this issue 1 year ago • 0 comments

Locally run, the wrapper correctly manages timeouts, but on the web server, nginx intervenes, and gives an unexpected message that isn't forwarded to the user.

<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->

dotasek avatar Nov 08 '23 23:11 dotasek