Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos
Commits
336be03e
Commit
336be03e
authored
Feb 18, 2013
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop haproxy to set sticky cookie.
parent
517d976c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
slapos/recipe/haproxy/template/haproxy-no-timeout-server-snippet.cfg.in
...haproxy/template/haproxy-no-timeout-server-snippet.cfg.in
+1
-1
slapos/recipe/haproxy/template/haproxy-no-timeout.cfg.in
slapos/recipe/haproxy/template/haproxy-no-timeout.cfg.in
+0
-1
No files found.
slapos/recipe/haproxy/template/haproxy-no-timeout-server-snippet.cfg.in
View file @
336be03e
server %(name)s %(address)s c
ookie %(name)s c
heck inter 3s rise 1 fall 2 maxqueue 1 maxconn %(cluster_zope_thread_amount)s
server %(name)s %(address)s check inter 3s rise 1 fall 2 maxqueue 1 maxconn %(cluster_zope_thread_amount)s
slapos/recipe/haproxy/template/haproxy-no-timeout.cfg.in
View file @
336be03e
...
...
@@ -25,7 +25,6 @@ defaults
option forceclose
listen %(name)s %(ip)s:%(port)s
cookie SERVERID insert
balance roundrobin
%(server_text)s
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment