From 651fa25f8f4764c1280b9355ed0b410825321615 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 14 Apr 2020 15:30:51 +0000 Subject: [PATCH] haproxy: update config file Signed-off-by: Arne Fitzenreiter --- 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 9d372f63fb..32dff328f9 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.39.5