From 6a1eef1af33b6f4cb0c9df7e1546538767849dc0 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 6 Aug 2014 11:47:56 +0100 Subject: Use legacy document root Too difficult to change to FSH standard at this point --- docs/installing/manual_install.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/installing') 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 \ -- cgit v1.2.3