kuafuai / DevOpsGPT

Multi agent system for AI-driven software development. Combine LLM with DevOps tools to convert natural language requirements into working software. Supports any development language and extends the existing code.
https://www.kuafuai.net
Other
6.48k stars 830 forks source link

Back end listens but curl gives 404 #110

Open swami-gk opened 12 months ago

swami-gk commented 12 months ago

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>

404 Not Found

Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

booboosui commented 12 months ago

This does not affect the default configuration, you can directly access the browser: http://127.0.0.1:8080