Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /app # curl -v spa-checkout-nginx:3090
- * Trying 10.100.93.65:3090...
- * connect to 10.100.93.65 port 3090 failed: Connection refused
- * Failed to connect to spa-checkout-nginx port 3090 after 1 ms: Connection refused
- * Closing connection 0
- curl: (7) Failed to connect to spa-checkout-max-nginx port 3090 after 1 ms: Connection refused
- /app # curl -v spa-checkout-nginx:3090
- * Trying 10.100.93.65:3090...
- * Connected to spa-checkout-nginx (10.100.93.65) port 3090 (#0)
- > GET / HTTP/1.1
- > Host: spa-checkout-nginx:3090
- > User-Agent: curl/7.79.1
- > Accept: */*
- >
- * Mark bundle as not supporting multiuse
- < HTTP/1.1 502 Bad Gateway
- < Server: nginx/1.19.10
- < Date: Fri, 22 Jul 2022 14:19:04 GMT
- < Content-Type: text/html
- < Content-Length: 158
- < Connection: keep-alive
- <
- <html>
- <head><title>502 Bad Gateway</title></head>
- <body>
- <center><h1>502 Bad Gateway</h1></center>
- <hr><center>nginx/1.19.10</center>
- </body>
- </html>
- * Connection #0 to host spa-checkout-nginx left intact
- /app #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement