dress icon indicating copy to clipboard operation
dress copied to clipboard

Website redirects to localhost?

Open psifertex opened this issue 5 years ago • 0 comments

$ curl -D - http://van.prooyen.com/                                                                                                                                                                           

HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 19 Oct 2019 15:00:18 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Location: http://localhost
Expires: Sat, 19 Oct 2019 15:00:17 GMT
Cache-Control: no-cache

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>```

psifertex avatar Oct 19 '19 15:10 psifertex