- 24 Jun, 2016 11 commits
-
-
Jérome Perrin authored
forgot to update md5sum ...
-
Jérome Perrin authored
From Cédric message When a client do a request, you pass the Accept-Encoding header. For me it is: ``` Accept-Encoding:gzip, deflate, sdch, br ``` But in a lot of case the cache configuration has `Vary:Accept-Encoding` . `Accept-Encoding` request header may vary a lot from a client to another but one of the common denominator is `gzip`. So in order to avoid a multiplication of cache versions in CDN, if `gzip` is present in the `Accept-Encoding` request header all other format are stripped from the request in order to reduce variation in Trafficserver. When this parameter is activated: ``` Accept-Encoding:gzip, deflate, sdch, br ``` is transmitted as ``` Accept-Encoding:gzip ``` And ``` Accept-Encoding:deflate, sdch, br ``` is transmitted as ``` Accept-Encoding:deflate, sdch, br ```
-
Jérome Perrin authored
Quoting Romain: > As you can see at https://lab.nexedi.com/nexedi/erp5/blob/master/bt5/erp5_web/ToolTemplateItem/caching_policy_manager.xml > , caching policy manager often set Cookie in the Vary header. > For the CDN, it means that each query on the same URL but with a > different cookie will never be a HIT, and so, query will always access > ERP5 backend.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Some people might be confused and think it is paths
-
Jérome Perrin authored
-
Jérome Perrin authored
"I remember it is something scary ;)"
-
Jérome Perrin authored
-
- 23 Jun, 2016 14 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The software release was re-written to use jinja2 templates
-
Rafael Monnerat authored
-
Rafael Monnerat authored
If required older versions might have the code archive.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Follow up changes on monitor stack refectoring. Include a standard fluend to upload collected data to wendelin.
-
Rafael Monnerat authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 21 Jun, 2016 6 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 16 Jun, 2016 2 commits
-
-
Romain Courteaud authored
-
Kirill Smelkov authored
@jm noticed downloading arhives in tar.gz format was failing. Details are in second patch. /cc @lab.nexedi.com /reviewed-on nexedi/slapos!70
-
- 14 Jun, 2016 2 commits
-
-
Alain Takoudjou authored
fix publish custom frontend url simplify monitoring connection parameters
-
Alain Takoudjou authored
-
- 13 Jun, 2016 1 commit
-
-
Kirill Smelkov authored
/reviewed-by: TrustMe
-
- 09 Jun, 2016 3 commits
-
-
Tristan Cavelier authored
This causes Cloudooo to not listen anymore. /reviewed-on nexedi/slapos!75
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 08 Jun, 2016 1 commit
-
-
Julien Muchembled authored
-