package: haproxy
- comments should now agree with the appropriate commands git-svn-id: svn://svn.openwrt.org/openwrt/packages@29703 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -42,7 +42,7 @@ global
|
||||
# Example HTTP proxy listener
|
||||
listen my_http_proxy
|
||||
|
||||
# Bind to port 80 and 443 on all interfaces (0.0.0.0)
|
||||
# Bind to port 81 and 444 on all interfaces (0.0.0.0)
|
||||
bind :81,:444
|
||||
|
||||
# We're proxying HTTP here...
|
||||
@ -69,7 +69,7 @@ listen my_smtp_proxy
|
||||
# Disable this instance without commenting out the section.
|
||||
disabled
|
||||
|
||||
# Bind to port 25 and 587 on localhost
|
||||
# Bind to port 26 and 588 on localhost
|
||||
bind 127.0.0.1:26,127.0.0.1:588
|
||||
|
||||
# This is a TCP proxy
|
||||
|
Reference in New Issue
Block a user