|
|
发表于 2018-7-3 21:54:59
|
显示全部楼层
- # curl -I http://ano.ooo/admin
- HTTP/1.1 301 Moved Permanently
- Date: Tue, 03 Jul 2018 13:48:12 GMT
- Content-Type: text/html
- Connection: keep-alive
- Set-Cookie: __cfduid=d65286a78eff01c1e8db7e64744ad8e341530625692; expires=Wed, 03-Jul-19 13:48:12 GMT; path=/; domain=.ano.ooo; HttpOnly
- Location: http://test:9898/admin/
- Server: cloudflare
- CF-RAY: 4349ceef543098f5-LAX
- # curl -I http://ano.ooo/admin/
- HTTP/1.1 302 Moved Temporarily
- Date: Tue, 03 Jul 2018 13:48:39 GMT
- Content-Type: text/html; charset=UTF-8
- Connection: keep-alive
- Set-Cookie: __cfduid=d1f0a55d571c6429cd336d0bfb28f74f11530625718; expires=Wed, 03-Jul-19 13:48:38 GMT; path=/; domain=.ano.ooo; HttpOnly
- Location: http://ano.ooo/admin/login.php?referer=http%3A%2F%2Ftest%2Fadmin%2F
- X-Powered-By: PHP/5.6.36
- Server: cloudflare
- CF-RAY: 4349cf976459996d-LAX
复制代码
加/打开,页面的资源也从test域名加载
CF设置问题? |
|