From: Arne Fitzenreiter Date: Tue, 14 Apr 2020 15:30:51 +0000 (+0000) Subject: haproxy: update config file X-Git-Tag: v2.25-core143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcore143;p=ipfire-2.x.git haproxy: update config file Signed-off-by: Arne Fitzenreiter --- 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