From f213622196201d91dfc4953c59c38cc42e061d7e Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Sun, 24 Feb 2019 13:55:35 +0100 Subject: [PATCH] Mention the new webroot directory in README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ea2cd8..f3dc8e0 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Configure `app_url` to the root url of Poll Verlaine. Sample configuration for nginx: ```nginx +root /path/to/PollVerlaine/webroot; # The webroot directory contains all publicly exposed files. location / { try_files $uri /index.php;