mod_proxy: add retry=0 to ProxyPass
[hcoop/domtool2.git] / src / plugins / apache.sml
index 40db891..42b0564 100644 (file)
@@ -682,7 +682,7 @@ val () = Env.action_two "proxyPass"
                  write from;
                  write "\t";
                  write to;
-                 write "\n"))
+                 write "\tretry=0\n"))
 
 val () = Env.action_two "proxyPassReverse"
         ("from", Env.string, "to", Env.string)