API endpoints is working in localhost but not working with the URL – Nginx
the API endpoints are working in localhost but at the moment I'm deploying it to the server, and some of the endpoints are not working. http://localhost:xxxx/api/endpoint ==> working https://myapiurl.com/api/endpoint ==> not working Here is my Nginx configuration : root /var/www/html;…