Welcome! Log In Create A New Profile

Advanced

Re: Return JSON for 404 error instead of html

Lord Nynex
May 13, 2014 02:44AM
Justink101,

Using the echo module

error_page 404 @404;
location @404 { echo '{"status": "Not Found"}'; }



On Mon, May 12, 2014 at 9:08 PM, justink101 <nginx-forum@nginx.us> wrote:

> How can I return a custom JSON body on 404, instead of the default html of:
>
> <html>
>
> <head>
> <title>404 Not Found</title>
> </head>
>
> <body bgcolor="white">
> <center>
> <h1>404 Not Found</h1>
> </center>
> <hr>
> <center>nginx</center>
> </body>
>
> </html>
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,250033,250033#msg-250033
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Return JSON for 404 error instead of html

justink101 May 13, 2014 12:08AM

Re: Return JSON for 404 error instead of html

Lord Nynex May 13, 2014 02:44AM

Re: Return JSON for 404 error instead of html

Matthias Rieber May 13, 2014 04:46AM

Re: Return JSON for 404 error instead of html

justink101 May 14, 2014 06:38PM

Re: Return JSON for 404 error instead of html

Francis Daly May 15, 2014 03:20AM

Re: Return JSON for 404 error instead of html

Valentin V. Bartenev May 13, 2014 05:02AM

Re: Return JSON for 404 error instead of html

B.R. May 13, 2014 09:32AM

Re: Return JSON for 404 error instead of html

Valentin V. Bartenev May 13, 2014 10:38AM

Re: Return JSON for 404 error instead of html

Justin Dorfman May 13, 2014 11:50AM

Re: Return JSON for 404 error instead of html

Valentin V. Bartenev May 13, 2014 11:54AM

Re: Return JSON for 404 error instead of html

Justin Dorfman May 13, 2014 12:08PM

Re: Return JSON for 404 error instead of html

B.R. May 13, 2014 03:18PM

Re: Return JSON for 404 error instead of html

Francis Daly May 13, 2014 04:16PM

Re: Return JSON for 404 error instead of html

B.R. May 13, 2014 08:54PM

Re: Return JSON for 404 error instead of html

justink101 May 14, 2014 05:26PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 304
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