HTTP 코드 504 게이트웨이 타임아웃

(HTTP 504 게이트웨이 타임아웃에서 넘어옴)

1 개요[ | ]

HTTP 504 Gateway Time-out
HTTP 504 게이트웨이 타임아웃
root@wsl:~# curl -x http://127.0.0.1:3128 http://github.com
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.21.6</center>
</body>
</html>
root@wsl:~# curl -I -x http://127.0.0.1:3128 http://github.com
HTTP/1.1 504 Gateway Time-out
Server: nginx/1.21.6
Date: Tue, 30 Aug 2022 01:31:43 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}