From: Yu Lung Shao <bestlong168@gmail.com>
To: development@lists.ipfire.org
Subject: [PATCH] haproxy: fix unexpected argument
Date: Mon, 24 Feb 2020 12:30:15 +0800 [thread overview]
Message-ID: <CACb3+UGA8j2=9N8s1AHvtWj_i5vfsbAA8_B8Nqb1mUV1k+_F5w@mail.gmail.com> (raw)
[-- 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)
next reply other threads:[~2020-02-24 4:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-24 4:30 Yu Lung Shao [this message]
2020-02-24 9:49 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CACb3+UGA8j2=9N8s1AHvtWj_i5vfsbAA8_B8Nqb1mUV1k+_F5w@mail.gmail.com' \
--to=bestlong168@gmail.com \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox