我是一个萌新 ,租用云服务器ubuntu操作系统自动安装1panel面板,1panel版本为v1.10.13-lts,只通过应用商店安装了MySQL和halo,安装没有问题,防火墙关闭,云服务那边也进行了端口转发。但是ip加端口一直无法访问
显示:当前无法使用此页面 XXX.XX.XXX.XXX 当前无法处理此请求。
使用curl -v http://localhost:8090显示
root@CT619:~# curl -v http://localhost:8090
- Trying 127.0.0.1:8090…
- Connected to localhost (127.0.0.1) port 8090 (#0)
GET / HTTP/1.1
Host: localhost:8090
User-Agent: curl/7.81.0
Accept: /
- Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Vary: Origin
< Vary: Access-Control-Request-Method
< Vary: Access-Control-Request-Headers
< Location: /console
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
< Expires: 0
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 0
< Referrer-Policy: strict-origin-when-cross-origin
< content-length: 0
< - Connection #0 to host localhost left intact
root@CT619:~#
使用 curl -v http://localhost:8090时显示
root@CT619:~# curl -v http://localhost:8090
- Trying 127.0.0.1:8090…
- Connected to localhost (127.0.0.1) port 8090 (#0)
GET / HTTP/1.1
Host: localhost:8090
User-Agent: curl/7.81.0
Accept: /
- Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Vary: Origin
< Vary: Access-Control-Request-Method
< Vary: Access-Control-Request-Headers
< Location: /console
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
< Expires: 0
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 0
< Referrer-Policy: strict-origin-when-cross-origin
< content-length: 0
< - Connection #0 to host localhost left intact
root@CT619:~# curl -I http://localhost:8090
HTTP/1.1 404 Not Found
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/problem+json
Content-Length: 193
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
Referrer-Policy: strict-origin-when-cross-origin
我有用ai看过,但是不是很能理解,也不知道如何操作。球球大佬