Skip to content
Snippets Groups Projects
Commit bd054308 authored by jurgenhaas's avatar jurgenhaas
Browse files

General improvements

parent bc3863b0
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,5 @@
- name: "Proxy | Restart HAProxy"
service: name={{item.name}} state={{item.state}}
with_items:
- name: apache2
state: stopped
- name: haproxy
state: restarted
......@@ -34,7 +34,8 @@ defaults
maxconn 1000
default_backend {{proxy_default_backend}}
listen stats 127.0.0.1:7000
listen stats
bind 127.0.0.1:7000
mode http
stats enable
stats admin if TRUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment