From c5feffe8397bcf1be66876aec558cac6f8a41e9d Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 2 Sep 2009 18:14:00 +0000 Subject: [PATCH] I'm not 100% sure about this; I think it will enable the redirect() actions to send urls relative to the proxy host rather than the Turgobears process which runs as 127.0.0.1 and isn't useful to a user's browser. --- web/MonitorWeb/prod.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/MonitorWeb/prod.cfg b/web/MonitorWeb/prod.cfg index c9062b4..611d364 100644 --- a/web/MonitorWeb/prod.cfg +++ b/web/MonitorWeb/prod.cfg @@ -32,7 +32,7 @@ autoreload.package="monitorweb" server.socket_host="127.0.0.1" server.socket_port=8082 -base_url_filter.on = False +base_url_filter.on = True base_url_filter.use_x_forwarded_host = True #server.webpath="/monitor/" -- 2.43.0