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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
be1e63cb
Commit
be1e63cb
authored
Mar 12, 2015
by
Cédric Le Ninivin
Committed by
Tristan Cavelier
Mar 31, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5: Haproxy leave ERP5 set the cookie
parent
7acf0313
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
stack/erp5/haproxy.cfg.in
stack/erp5/haproxy.cfg.in
+3
-1
No files found.
stack/erp5/buildout.cfg
View file @
be1e63cb
...
@@ -355,7 +355,7 @@ md5sum = dedfe759c3421e0186703fe1257bae8f
...
@@ -355,7 +355,7 @@ md5sum = dedfe759c3421e0186703fe1257bae8f
[template-haproxy-cfg]
[template-haproxy-cfg]
< = download-base
< = download-base
filename = haproxy.cfg.in
filename = haproxy.cfg.in
md5sum =
d27fe9218cb737d8a76ba5df4740f947
md5sum =
7ee391d6a79ff14f23d6c4631469997c
[bt5-repository]
[bt5-repository]
# Format:
# Format:
...
...
stack/erp5/haproxy.cfg.in
View file @
be1e63cb
...
@@ -11,7 +11,6 @@ defaults
...
@@ -11,7 +11,6 @@ defaults
retries 1
retries 1
option redispatch
option redispatch
maxconn 2000
maxconn 2000
cookie SERVERID insert nocache
balance roundrobin
balance roundrobin
stats uri /haproxy
stats uri /haproxy
stats realm Global\ statistics
stats realm Global\ statistics
...
@@ -37,6 +36,9 @@ defaults
...
@@ -37,6 +36,9 @@ defaults
{% for name, (port, backend_list) in parameter_dict['backend-dict'].items() -%}
{% for name, (port, backend_list) in parameter_dict['backend-dict'].items() -%}
listen {{ name }} {{ parameter_dict['ip'] }}:{{ port }}
listen {{ name }} {{ parameter_dict['ip'] }}:{{ port }}
cookie SERVERID rewrite
http-request set-header X-Balancer-Current-Cookie SERVERID
http-send-name-header X-Balancer-Current-Server
{% set has_webdav = [] -%}
{% set has_webdav = [] -%}
{% for address, connection_count, webdav in backend_list -%}
{% for address, connection_count, webdav in backend_list -%}
{% if webdav %}{% do has_webdav.append(None) %}{% endif -%}
{% if webdav %}{% do has_webdav.append(None) %}{% endif -%}
...
...
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