Commit 60cd6ee24619ac82d45bab6a98552da789b8baa7
1 parent
03e1bb30
Exists in
master
and in
29 other branches
Paragraph formatting
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
INSTALL.varnish
... | ... | @@ -5,9 +5,8 @@ recommended. See http://www.varnish-cache.org/ for more information on Varnish. |
5 | 5 | |
6 | 6 | Varnish can be set up to use with Noosfero with the following steps: |
7 | 7 | |
8 | -1) setup Noosfero with apache according to the INSTALL file. If you used | |
9 | -the Debian package to install noosfero, you don't need to do anything | |
10 | -about this. | |
8 | +1) setup Noosfero with apache according to the INSTALL file. If you used the | |
9 | +Debian package to install noosfero, you don't need to do anything about this. | |
11 | 10 | |
12 | 11 | 2) install Varnish |
13 | 12 | |
... | ... | @@ -24,7 +23,8 @@ Install the RPAF apache module (or skip this step if not using apache): |
24 | 23 | * change 'NameVirtualHost *:80' to 'NameVirtualHost *:8080' |
25 | 24 | * change 'Listen 80' to 'Listen 127.0.0.1:8080' |
26 | 25 | |
27 | -3b) Edit /etc/apache2/sites-enabled/*, and change '<VirtualHost *:80>' to '<VirtualHost *:8080>' | |
26 | +3b) Edit /etc/apache2/sites-enabled/*, and change '<VirtualHost *:80>' to | |
27 | +'<VirtualHost *:8080>' | |
28 | 28 | |
29 | 29 | 3c) Restart apache |
30 | 30 | ... | ... |