aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-06 11:47:56 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:19 +0100
commit6a1eef1af33b6f4cb0c9df7e1546538767849dc0 (patch)
treec6c26f7c9a0a47439f9d7979a8a66d23ebbf30db
parente9774cfbfb02bbad337452e5c7da8beccd364d10 (diff)
Use legacy document root
Too difficult to change to FSH standard at this point
-rw-r--r--docs/installing/manual_install.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index c355fc0eb..ad9c88966 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -549,10 +549,6 @@ Enable the required modules
a2enmod rewrite
a2enmod suexec
-Link the application `public` directory to the document root for the VirtualHost
-
- ln -s /var/www/alaveteli/public/ /srv/alaveteli
-
Create a directory for optional Alaveteli configuration
mkdir -p /etc/apache2/vhost.d/alaveteli
@@ -623,10 +619,6 @@ Install nginx
apt-get install -y nginx
-Link the application `public` directory to the document root for the VirtualHost
-
- ln -s /var/www/alaveteli/public/ /srv/alaveteli
-
Copy the example nginx config
cp /var/www/alaveteli/config/nginx.conf.example \