about summary refs log tree commit homepage
path: root/examples/reverse_proxy.ru
diff options
context:
space:
mode:
Diffstat (limited to 'examples/reverse_proxy.ru')
-rw-r--r--examples/reverse_proxy.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/reverse_proxy.ru b/examples/reverse_proxy.ru
index fcb9e74..432a37f 100644
--- a/examples/reverse_proxy.ru
+++ b/examples/reverse_proxy.ru
@@ -2,7 +2,7 @@
 cfg = {
   :upstreams => [
     "/tmp/.r.sock",
-    "http://bogomips.org/",
+    "http://yhbt.net/",
     [ "http://10.6.6.6:666/", { :weight => 666 } ],
   ]
 }