aboutsummaryrefslogtreecommitdiff
path: root/t/haproxy.cfg.in
blob: bcc5884e92d9a9e46fdc722717a7074765350e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
global
	lua-load %TOPDIR%/bulkredirect.lua
	daemon
	
defaults
        timeout connect 5
        timeout client  5
        timeout server  5

frontend http-in
	mode http
	bind :::%PORT% v4v6
	http-request lua.bulkredirect

Return to:

Send suggestions and report system problems to the System administrator.