From 36acebd80362a02aaa924a2bd70cadb2f063d6db Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 4 Jan 2019 03:52:15 -0700 Subject: [PATCH] updated default index to include index.php --- etc/nginx/nginx.php.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/nginx.php.conf b/etc/nginx/nginx.php.conf index 4edeb69..82365bc 100644 --- a/etc/nginx/nginx.php.conf +++ b/etc/nginx/nginx.php.conf @@ -29,7 +29,7 @@ http { include /etc/nginx/conf.d/enabled/*.conf; # set default index options for all sites - index index.html index.htm; + index index.php index.html index.htm; # set default document root for all sites root /usr/share/nginx/html;