Commit dcd1d29e9971c8fe45bf36b25a86bf8c0e71aac8
1 parent
ce6d678a
Exists in
master
and in
29 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,7 +53,7 @@ apache-compatible format. You should change your statistics generation software | ||
53 | 6) Configure varnish to fit noosfero | 53 | 6) Configure varnish to fit noosfero |
54 | (assuming Noosfero is installed in /var/lib/noosfero) | 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 | Add the following line to your /etc/varnish/default.vcl file: | 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,7 +65,7 @@ Add the following line to your /etc/varnish/default.vcl file: | ||
65 | 65 | ||
66 | include "/var/lib/noosfero/etc/noosfero/varnish-accept-language.vcl"; | 66 | include "/var/lib/noosfero/etc/noosfero/varnish-accept-language.vcl"; |
67 | 67 | ||
68 | -8) Restart Varnish | 68 | +7) Restart Varnish |
69 | 69 | ||
70 | # invoke-rc.d varnish restart | 70 | # invoke-rc.d varnish restart |
71 | 71 |