Commit dcd1d29e9971c8fe45bf36b25a86bf8c0e71aac8
1 parent
ce6d678a
Exists in
master
and in
28 other branches
Fixed text on INSTALL.varnish
(ActionItem1877)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
INSTALL.varnish
... | ... | @@ -53,7 +53,7 @@ apache-compatible format. You should change your statistics generation software |
53 | 53 | 6) Configure varnish to fit noosfero |
54 | 54 | (assuming Noosfero is installed in /var/lib/noosfero) |
55 | 55 | |
56 | -6a) Configure noosfero specific rotines to varnish | |
56 | +6a) Configure noosfero to do specific routines to varnish | |
57 | 57 | |
58 | 58 | Add the following line to your /etc/varnish/default.vcl file: |
59 | 59 | |
... | ... | @@ -65,7 +65,7 @@ Add the following line to your /etc/varnish/default.vcl file: |
65 | 65 | |
66 | 66 | include "/var/lib/noosfero/etc/noosfero/varnish-accept-language.vcl"; |
67 | 67 | |
68 | -8) Restart Varnish | |
68 | +7) Restart Varnish | |
69 | 69 | |
70 | 70 | # invoke-rc.d varnish restart |
71 | 71 | ... | ... |