Add index directive to default site conf

This commit is contained in:
Jonny Barnes 2017-02-23 17:53:32 +00:00
parent b72e6fecf3
commit 73d5cc2e92

View file

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