From: Stephen Soltesz Date: Wed, 2 Sep 2009 18:14:00 +0000 (+0000) Subject: I'm not 100% sure about this; I think it will enable the redirect() actions to X-Git-Tag: Monitor-3.0-20~4 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=c5feffe8397bcf1be66876aec558cac6f8a41e9d;ds=sidebyside 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. --- 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/"