Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle 504 timeouts from Nginx #151

Open
dotasek opened this issue Nov 8, 2023 · 0 comments
Open

Handle 504 timeouts from Nginx #151

dotasek opened this issue Nov 8, 2023 · 0 comments
Assignees

Comments

@dotasek
Copy link
Collaborator

dotasek commented Nov 8, 2023

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 dotasek self-assigned this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant