We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <!doctype html>
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
The text was updated successfully, but these errors were encountered:
This does not affect the default configuration, you can directly access the browser: http://127.0.0.1:8080
Sorry, something went wrong.
No branches or pull requests
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
<title>404 Not Found</title><!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.
The text was updated successfully, but these errors were encountered: