Commit 584d5a3fa459a3ef8729f49af1fa7b206af119b1
1 parent
df85f779
Exists in
master
and in
29 other branches
Minor doc review
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
INSTALL.varnish
... | ... | @@ -33,8 +33,9 @@ Install the RPAF apache module (or skip this step if not using apache): |
33 | 33 | 4) Varnish configuration |
34 | 34 | |
35 | 35 | 4a) Edit /etc/default/varnish |
36 | + | |
37 | + * change the line that says "START=no" to say "START=yes" | |
36 | 38 | * change '-a :6081' to '-a :80' |
37 | - * change from "no" to "yes" in the line that contains "START=no" | |
38 | 39 | |
39 | 40 | 4b) Edit /etc/varnish/default.vcl and add the following lines at the end: |
40 | 41 | ... | ... |