diff --git a/examples/proxy.cgi b/examples/proxy.cgi index a3f78be57a..1bda4a9376 100755 --- a/examples/proxy.cgi +++ b/examples/proxy.cgi @@ -40,8 +40,8 @@ try: print "Status: 502 Bad Gateway" print "Content-Type: text/plain" print - print "This proxy does not allow you to access that location." - print + print "This proxy does not allow you to access that location (%s)." % (host,) + print print os.environ elif url.startswith("http://") or url.startswith("https://"):