一样的问题,内网访问:
- * Connection #0 to host 127.0.0.1 left intact
- root@vpsno1:~# curl -v http://127.0.0.1:8888/d095177d/login
- * Trying 127.0.0.1:8888...
- * Connected to 127.0.0.1 (127.0.0.1) port 8888 (#0)
- > GET /d095177d/login HTTP/1.1
- > Host: 127.0.0.1:8888
- > User-Agent: curl/7.81.0
- > Accept: */*
- >
- * Mark bundle as not supporting multiuse
- < HTTP/1.1 302 FOUND
- < Content-Type: text/html; charset=utf-8
- < Content-Length: 197
- < Location: /bind
- < Server: nginx
- < Connection: keep-alive
- < X-Frame-Options: SAMEORIGIN
- < Date: Sat, 06 Aug 2022 07:50:07 GMT
- <
- <!doctype html>
- <html lang=en>
- <title>Redirecting...</title>
- <h1>Redirecting...</h1>
- <p>You should be redirected automatically to the target URL: <a href="/bind">/bind</a>. If not, click the link.
- * Connection #0 to host 127.0.0.1 left intact
复制代码 |