1
0
mirror of https://git.cant.at/Madeorsk/PollVerlaine synced 2024-12-22 07:47:53 +01:00

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

View File

@ -22,6 +22,7 @@ Configure `app_url` to the root url of Poll Verlaine.
Sample configuration for nginx: Sample configuration for nginx:
```nginx ```nginx
root /path/to/PollVerlaine/webroot; # The webroot directory contains all publicly exposed files.
location / location /
{ {
try_files $uri /index.php; try_files $uri /index.php;