Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
haproxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Zillmann
haproxy
Commits
bd054308
Commit
bd054308
authored
9 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
General improvements
parent
bc3863b0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
handlers/main.yml
+0
-2
0 additions, 2 deletions
handlers/main.yml
templates/haproxy_cfg
+2
-1
2 additions, 1 deletion
templates/haproxy_cfg
with
2 additions
and
3 deletions
handlers/main.yml
+
0
−
2
View file @
bd054308
...
...
@@ -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
This diff is collapsed.
Click to expand it.
templates/haproxy_cfg
+
2
−
1
View file @
bd054308
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment