mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-12-22 07:27:54 +01:00
Mention the new webroot directory in README.
This commit is contained in:
parent
73d932173a
commit
f213622196
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user