Skip to content

Commit

Permalink
restore federation proxy behavior
Browse files Browse the repository at this point in the history
should work now that GESIS has standard HTML
  • Loading branch information
minrk committed Jan 20, 2025
1 parent b9439b5 commit 1f08672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions images/federation-redirect/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@ def make_app():
),
(r"/active_hosts", ActiveHostsHandler, {"active_hosts": hosts}),
(r"/metrics", MetricsHandler),
# temporary: redirect everything, no proxy
(r".*", RedirectHandler, {"load_balancer": CONFIG["load_balancer"]}),
(r".*", ProxyHandler, {"host": prime_host}),
],
hosts=hosts,
Expand Down

0 comments on commit 1f08672

Please sign in to comment.