Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
unique-xids
Commits
69e59af2
Commit
69e59af2
authored
Oct 13, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://git.varnish-cache.org/git/varnish-cache
parents
a641a46c
28e866b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
esi.rst
doc/sphinx/tutorial/esi.rst
+2
-2
Makefile.am
lib/libjemalloc/Makefile.am
+2
-2
No files found.
doc/sphinx/tutorial/esi.rst
View file @
69e59af2
...
...
@@ -48,9 +48,9 @@ For ESI to work you need to activate ESI processing in VCL, like this:::
sub vcl_fetch {
if (req.url == "/test.html") {
set beresp.do_esi = true; /* Do ESI processing */
set
obj.ttl = 24 h;
/* Sets the TTL on the HTML above */
set
beresp.ttl = 24 h;
/* Sets the TTL on the HTML above */
} elseif (req.url == "/cgi-bin/date.cgi") {
set
obj.ttl = 1m;
/* Sets a one minute TTL on */
set
beresp.ttl = 1m;
/* Sets a one minute TTL on */
/* the included object */
}
}
...
...
lib/libjemalloc/Makefile.am
View file @
69e59af2
# See source code comments to avoid memory leaks when enabling MALLOC_MAG.
#CPPFLAGS
:
= -DMALLOC_PRODUCTION -DMALLOC_MAG
AM_CPPFLAGS
:
=
-DMALLOC_PRODUCTION
#CPPFLAGS = -DMALLOC_PRODUCTION -DMALLOC_MAG
AM_CPPFLAGS
=
-DMALLOC_PRODUCTION
#all: libjemalloc.so.0 libjemalloc_mt.so.0
...
...
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