Add index directive to default site conf
This commit is contained in:
parent
b72e6fecf3
commit
73d5cc2e92
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ server {
|
|||
listen [::]:8000 default_server ipv6only=on;
|
||||
|
||||
root {ROOT}/public;
|
||||
index index.php;
|
||||
|
||||
access_log /tmp/access.log;
|
||||
error_log /tmp/error.log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue