NGINX issue : In response of API, getting index.html file data instead of API response from nginx
I have configured the NGINX server configuration for the location of the application but I am getting the index.html data with 200 status instead of the original API response. API response: The server configuration on the NGINX side is as…