Skip to content

Commit 1f08672

Browse files
committed
restore federation proxy behavior
should work now that GESIS has standard HTML
1 parent b9439b5 commit 1f08672

File tree

1 file changed

+0
-2
lines changed
  • images/federation-redirect

1 file changed

+0
-2
lines changed

images/federation-redirect/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,6 @@ def make_app():
444444
),
445445
(r"/active_hosts", ActiveHostsHandler, {"active_hosts": hosts}),
446446
(r"/metrics", MetricsHandler),
447-
# temporary: redirect everything, no proxy
448-
(r".*", RedirectHandler, {"load_balancer": CONFIG["load_balancer"]}),
449447
(r".*", ProxyHandler, {"host": prime_host}),
450448
],
451449
hosts=hosts,

0 commit comments

Comments
 (0)