Mention the new webroot directory in README.

This commit is contained in:
Madeorsk 2019-02-24 13:55:35 +01:00
parent 73d932173a
commit f213622196
1 changed files with 1 additions and 0 deletions

View File

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