<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Haproxy_misc</id>
	<title>Haproxy misc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Haproxy_misc"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Haproxy_misc&amp;action=history"/>
	<updated>2026-06-01T15:42:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Haproxy_misc&amp;diff=3283&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` defaults   maxconn 300000   log global   option redispatch   option http-server-close   timeout http-request 10s   timeout check 10s   timeout connect 10s   timeout client...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Haproxy_misc&amp;diff=3283&amp;oldid=prev"/>
		<updated>2022-07-26T16:22:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` defaults   maxconn 300000   log global   option redispatch   option http-server-close   timeout http-request 10s   timeout check 10s   timeout connect 10s   timeout client...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
defaults&lt;br /&gt;
  maxconn 300000&lt;br /&gt;
  log global&lt;br /&gt;
  option redispatch&lt;br /&gt;
  option http-server-close&lt;br /&gt;
  timeout http-request 10s&lt;br /&gt;
  timeout check 10s&lt;br /&gt;
  timeout connect 10s&lt;br /&gt;
  timeout client 1m&lt;br /&gt;
  timeout queue 1m&lt;br /&gt;
  timeout server 1m&lt;br /&gt;
  timeout http-keep-alive 10s&lt;br /&gt;
  retries                 3&lt;br /&gt;
&lt;br /&gt;
global&lt;br /&gt;
  daemon&lt;br /&gt;
  maxconn 300000&lt;br /&gt;
  pidfile /run/haproxy.pid&lt;br /&gt;
  stats socket /var/run/haproxy.sock mode 777 level admin expose-fd listeners&lt;br /&gt;
  log 127.0.0.1:514 local2&lt;br /&gt;
  #stats socket /run/haproxy/admin.sock mode 777 level admin expose-fd listeners&lt;br /&gt;
  chroot      /var/lib/haproxy&lt;br /&gt;
  user        root&lt;br /&gt;
  group       root&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>