Welcome! Log In Create A New Profile

Advanced

Re: The page you are looking for is temporarily unavailable. Please try again later. (HTTP Status code 499 and 504)

All files from this thread

File Name File Size   Posted by Date  
image.png 167.5 KB open | download kaushalshriyan 07/23/2020 Read message
image.png 167.5 KB open | download kaushalshriyan 07/24/2020 Read message
Francis Daly
July 26, 2020 05:24PM
On Thu, Jul 23, 2020 at 10:50:29PM +0530, Kaushal Shriyan wrote:

Hi there,

> > location /prod {
> > proxy_set_header X-Forwarded-For $remote_addr;
> > proxy_set_header Host $http_host;
> > proxy_pass
> > https://vpc-prod-search-zvf8bfaabstcc6gi7sklqh7ll4.us-west-1.es.amazonaws.com
> > ;
> > }

> > error_page 500 502 503 504 /50x.html;
> > location = /50x.html {
> > }

> When I hit http://14.217.10.21/prod http://34.247.80.31/prod I am seeing
> the below issue in nginx access log (/var/log/nginx/access.log)
>
> 114.18.113.6 - - [23/Jul/2020:17:14:35 +0000] "GET /prod HTTP/1.1" *499* 0
> "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36" "-"

"499" there means that the client closed the connection with nginx before
nginx successfully sent things to the client.

There's nothing nginx can do about that, other than
break the nginx connection to upstream if you want it to
(http://nginx.org/r/proxy_ignore_client_abort).

> 114.18.113.6 - - [23/Jul/2020:17:15:35 +0000] "GET /prod HTTP/1.1" *504*
> 3693 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6)
> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36"
> "-"

"504" is Gateway Timeout: nginx failed to get an answer from the upstream
(https://vpc-prod-search-zvf8bfaabstcc6gi7sklqh7ll4.us-west-1.es.amazonaws.com)
for the request "/prod" in the time that it was allowed.

> [image: image.png]

That image presumably shows your /50x.html file, which you have configured
to be shown for any of the listed 500-series error codes.

For the 504 -- can you connect to that upstream from the nginx server? Is
there anything extra in the nginx error log? Does, for example, the
hostname resolve now to the same IP address that it resolved to when
nginx started?

f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

The page you are looking for is temporarily unavailable. Please try again later. (HTTP Status code 499 and 504) Attachments

kaushalshriyan July 23, 2020 01:22PM

Re: The page you are looking for is temporarily unavailable. Please try again later. (HTTP Status code 499 and 504) Attachments

kaushalshriyan July 24, 2020 11:38AM

Re: The page you are looking for is temporarily unavailable. Please try again later. (HTTP Status code 499 and 504)

Francis Daly July 26, 2020 05:24PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 275
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready