Advertisement
Guest User

Erro - NGINX - Service

a guest
Jul 22nd, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.99 KB | None | 0 0
  1.  
  2. /app # curl -v spa-checkout-nginx:3090
  3. *   Trying 10.100.93.65:3090...
  4. * connect to 10.100.93.65 port 3090 failed: Connection refused
  5. * Failed to connect to spa-checkout-nginx port 3090 after 1 ms: Connection refused
  6. * Closing connection 0
  7. curl: (7) Failed to connect to spa-checkout-max-nginx port 3090 after 1 ms: Connection refused
  8.  
  9. /app # curl -v spa-checkout-nginx:3090
  10. *   Trying 10.100.93.65:3090...
  11. * Connected to spa-checkout-nginx (10.100.93.65) port 3090 (#0)
  12. > GET / HTTP/1.1
  13. > Host: spa-checkout-nginx:3090
  14. > User-Agent: curl/7.79.1
  15. > Accept: */*
  16. >
  17. * Mark bundle as not supporting multiuse
  18. < HTTP/1.1 502 Bad Gateway
  19. < Server: nginx/1.19.10
  20. < Date: Fri, 22 Jul 2022 14:19:04 GMT
  21. < Content-Type: text/html
  22. < Content-Length: 158
  23. < Connection: keep-alive
  24. <
  25. <html>
  26. <head><title>502 Bad Gateway</title></head>
  27. <body>
  28. <center><h1>502 Bad Gateway</h1></center>
  29. <hr><center>nginx/1.19.10</center>
  30. </body>
  31. </html>
  32. * Connection #0 to host spa-checkout-nginx left intact
  33. /app #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement