<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 29, 2022 at 9:58 PM Kaushal Shriyan <<a href="mailto:kaushalshriyan@gmail.com">kaushalshriyan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Francis,<div><br></div><div>Thanks a lot for all your help and support. It worked. I have configured the below settings in nginx after a few attempts by tweaking it. It worked like a charm. </div><div><br></div><div>location /apis {<br>                # First attempt to serve request as file, then<br>                # as directory, then fall back to displaying a 404.<br>                fastcgi_intercept_errors off;<br>                add_header "X-Debug-JSON-APIS" $http_accept always;</div><div>                fastcgi_pass <a href="http://127.0.0.1:9000" target="_blank">127.0.0.1:9000</a>;<br>                include fastcgi.conf;<br>                fastcgi_param SCRIPT_FILENAME $document_root/index.php;</div><div>                 }<br></div><div><br></div><div>I have a follow up question related to the below error which appears in html instead of JSON format when I hit rest api calls <a href="http://mydomain.com/apis" target="_blank">http://mydomain.com/apis</a> in case of when the MySQL Database service is down as part of testing the end to end flow. The flow is as follows: </div><div><br></div><div>User -> Nginx webserver -> PHP-FPM upstream server -> MySQL Database.  <br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><b><font color="#ff0000"><i>The Website Encountered an Unexpected Error. Please try again Later </br></i></font></b></blockquote><div><br></div><div>Is there a way to display the above string in JSON format? <br></div><div><br></div><div>Please guide me. Thanks in advance. </div><div><br></div><div>Best Regards,</div><div><br></div><div>Kaushal</div></div></blockquote><div><br></div><div><br></div>Hi,<div><br></div><div>Checking in again if someone can help me with my earlier post to this mailing list? Please guide me. Thanks in advance. </div><div><div><br></div><div>Best Regards,</div><div><br></div><div>Kaushal</div></div></div></div>