public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] haproxy: fix unexpected argument
@ 2020-02-24  4:30 Yu Lung Shao
  2020-02-24  9:49 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Yu Lung Shao @ 2020-02-24  4:30 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

-- 
Yu-Lung Shao 邵玉龍
http://blog.bestlong.idv.tw
http://www.bestlong.idv.tw

[-- Attachment #2: 0001-haproxy-fix-unexpected-argument.patch --]
[-- Type: application/octet-stream, Size: 971 bytes --]

From e9bb33d0ff096f53ea643efbcb4e8f4dc2fc9dde Mon Sep 17 00:00:00 2001
From: Shao Yu Lung <bestlong168@gmail.com>
Date: Mon, 24 Feb 2020 11:49:54 +0800
Subject: [PATCH] haproxy: fix unexpected argument

Signed-off-by: Shao Yu Lung <bestlong168@gmail.com>
---
 config/haproxy/haproxy.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/haproxy/haproxy.cfg b/config/haproxy/haproxy.cfg
index 9d372f63f..32dff328f 100644
--- a/config/haproxy/haproxy.cfg
+++ b/config/haproxy/haproxy.cfg
@@ -60,7 +60,8 @@ defaults
 #---------------------------------------------------------------------
 # main frontend which proxys to the backends
 #---------------------------------------------------------------------
-frontend  main *:5000
+frontend  main
+    bind *:5000
     acl url_static       path_beg       -i /static /images /javascript /stylesheets
     acl url_static       path_end       -i .jpg .gif .png .css .js
 
-- 
2.21.1 (Apple Git-122.3)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-24  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24  4:30 [PATCH] haproxy: fix unexpected argument Yu Lung Shao
2020-02-24  9:49 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox