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.
This commit is contained in:
AD7six 2014-10-01 10:03:49 +00:00
parent c0fbc4fd11
commit 537c939e72
1 changed files with 1 additions and 1 deletions

View File

@ -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;