Skip to content

Commit

Permalink
Use IANA standard example website as target for example proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani Möller committed Nov 10, 2018
1 parent 64a44ce commit 21a9bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/examples/reverse-proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
from twisted.internet import reactor
from twisted.web import proxy, server

site = server.Site(proxy.ReverseProxyResource('www.asdf.com', 80, b''))
site = server.Site(proxy.ReverseProxyResource('example.com', 80, b''))
reactor.listenTCP(8080, site)
reactor.run()

0 comments on commit 21a9bb7

Please sign in to comment.