From edf9111fbf7b33b4a84c02e82611073ab44264b7 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 11 Mar 2020 13:06:54 +0100 Subject: [PATCH] added index to allow php to be index page --- CMS/wordpress/Nginx-unconfigured | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMS/wordpress/Nginx-unconfigured b/CMS/wordpress/Nginx-unconfigured index 988dd0a..569291b 100644 --- a/CMS/wordpress/Nginx-unconfigured +++ b/CMS/wordpress/Nginx-unconfigured @@ -1,5 +1,7 @@ #beginConf root /var/www/DOMAINname/html; +index index.php index.htm index.html; + gzip on; gzip_proxied any; gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript image/svg image/svg+xml application/xml image/x-icon;