Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: conf: re-add retry to apache proxy ......................................................................
packaging: conf: re-add retry to apache proxy removed at 734ba5516ae8 with no apparent reason. Change-Id: Ic43c8f10a38c5606ad59a92f05f7354ee6cd6287 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/conf/ovirt-engine-proxy.conf.v2.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/88/23888/1 diff --git a/packaging/conf/ovirt-engine-proxy.conf.v2.in b/packaging/conf/ovirt-engine-proxy.conf.v2.in index 2aac236..cec3352 100644 --- a/packaging/conf/ovirt-engine-proxy.conf.v2.in +++ b/packaging/conf/ovirt-engine-proxy.conf.v2.in @@ -23,7 +23,7 @@ </IfModule> <LocationMatch ^/(ovirt-engine($|/)|api($|/)|RHEVManagerWeb/|OvirtEngineWeb/|ca.crt$|engine.ssh.key.txt$|rhevm.ssh.key.txt$)> - ProxyPassMatch ajp://127.0.0.1:@JBOSS_AJP_PORT@ timeout=3600 + ProxyPassMatch ajp://127.0.0.1:@JBOSS_AJP_PORT@ timeout=3600 retry=5 <IfModule deflate_module> AddOutputFilterByType DEFLATE text/javascript text/css text/html text/xml text/json application/xml application/json application/x-yaml -- To view, visit http://gerrit.ovirt.org/23888 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic43c8f10a38c5606ad59a92f05f7354ee6cd6287 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
