From 537c939e7211fcc7a5e6f6a16ba82569d26903c6 Mon Sep 17 00:00:00 2001 From: AD7six Date: Wed, 1 Oct 2014 10:03:49 +0000 Subject: [PATCH] Use a more conventional location for sites it's more common (at meast IME) to use /var/www/example.com rather than creating a new root folder `sites` to put apps in. --- sites-available/ssl.example.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites-available/ssl.example.com b/sites-available/ssl.example.com index 588e347..57e7174 100644 --- a/sites-available/ssl.example.com +++ b/sites-available/ssl.example.com @@ -35,7 +35,7 @@ server { include h5bp/directive-only/ssl.conf; # Path for static files - root /sites/example.com/public; + root /var/www/example.com/public; #Specify a charset charset utf-8;