Fix main frontend in default config file (#1348674)
This commit is contained in:
parent
ce7f102eef
commit
e2ada79459
@ -64,7 +64,8 @@ defaults
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
# main frontend which proxys to the backends
|
# 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_beg -i /static /images /javascript /stylesheets
|
||||||
acl url_static path_end -i .jpg .gif .png .css .js
|
acl url_static path_end -i .jpg .gif .png .css .js
|
||||||
|
|
||||||
@ -87,4 +88,3 @@ backend app
|
|||||||
server app2 127.0.0.1:5002 check
|
server app2 127.0.0.1:5002 check
|
||||||
server app3 127.0.0.1:5003 check
|
server app3 127.0.0.1:5003 check
|
||||||
server app4 127.0.0.1:5004 check
|
server app4 127.0.0.1:5004 check
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 1.6.7
|
Version: 1.6.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: HAProxy reverse proxy for high availability environments
|
Summary: HAProxy reverse proxy for high availability environments
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -139,6 +139,9 @@ exit 0
|
|||||||
%attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home}
|
%attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 14 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.7-2
|
||||||
|
- Fix main frontend in default config file (#1348674)
|
||||||
|
|
||||||
* Thu Jul 14 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.7-1
|
* Thu Jul 14 2016 Ryan O'Hara <rohara@redhat.com> - 1.6.7-1
|
||||||
- Update to 1.6.7 (#1356578)
|
- Update to 1.6.7 (#1356578)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user