<div dir="ltr">Hi,<div><br></div><div>I am running the nginx version: nginx/1.22 as a reverse proxy server on CentOS Linux release 7.9.2009 (Core). When I hit <a href="http://mydomain.com/apis">http://mydomain.com/apis</a> I see the below message on the browser even if the upstream server php-fpm server is up and running. </div><div><br></div><div><i><b>{"errors": {"status_code": 502,"status": "php-fpm server is down"}}</b></i></div><div><br></div><div>I have set the below in the nginx.conf file and attached the file for your reference. </div><div><br></div><div>if ($upstream_http_content_type = "") {<br>                     add_header 'Content-Type' 'application/json' always;<br>                     add_header 'Content-Type-3' $upstream_http_content_type$isdatatypejson"OK" always;<br>                      return 502 '{"errors": {"status_code": 502,"status": "php-fpm server is down"}}';<br>                  }<br><div><br></div><div># systemctl status php-fpm <br>● php-fpm.service - The PHP FastCGI Process Manager<br>   Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; vendor preset: disabled)<br>  Drop-In: /etc/systemd/system/php-fpm.service.d<br>           └─override.conf<br>   Active: active (running) since Thu 2022-12-15 15:53:31 UTC; 10s ago<br> Main PID: 9185 (php-fpm)<br>   Status: "Processes active: 0, idle: 5, Requests: 0, slow: 0, Traffic: 0req/sec"<br>   CGroup: /system.slice/php-fpm.service<br>           ├─9185 php-fpm: master process (/etc/php-fpm.conf)<br>           ├─9187 php-fpm: pool www<br>           ├─9188 php-fpm: pool www<br>           ├─9189 php-fpm: pool www<br>           ├─9190 php-fpm: pool www<br>           └─9191 php-fpm: pool www<br><br>Dec 15 15:53:31  systemd[1]: Starting The PHP FastCGI Process Manager...<br>Dec 15 15:53:31  systemd[1]: Started The PHP FastCGI Process Manager.<br>#<br></div><div><br></div><div>Please guide me. </div><div><br></div><div>Best Regards,</div><div><br></div><div>Kaushal</div><div><pre style="color:rgb(255,255,255);white-space:pre-wrap">{"errors": {"status_code": 502,"status": "php-fpm server is down"}}</pre></div></div></div>