From ccfebd794590346ff783461c7f59ba449b8c5bb9 Mon Sep 17 00:00:00 2001 From: likeitneverwentaway Date: Mon, 27 Jun 2016 01:52:11 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b551a9a..8c76342 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location YNH_WWW_PATH { alias YNH_WWW_ALIAS ; # Example PHP configuration (remove if not used) - index index.html; + index index.php; # Common parameter to increase upload size limit in conjuction with dedicated php-fpm file #client_max_body_size 50M;