Back end listens but curl gives 404 #110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Back end listens but curl gives 404
ubuntu@devopsllm:~/DevOpsGPT-master$ netstat -nat | grep LISTEN
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN <<
but back end gives 404,
ubuntu@devopsllm:~/DevOpsGPT-master$ curl http://127.0.0.1:8081
<html lang=en><!doctype html>
Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
This does not affect the default configuration, you can directly access the browser: http://127.0.0.1:8080