From 41217d3746e2538ad2de1801b36cd46ec4d59408 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Thu, 21 Nov 2019 18:39:11 -0500 Subject: [PATCH] index.php no longer used --- etc/nginx/conf.d/cs4430.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/nginx/conf.d/cs4430.conf b/etc/nginx/conf.d/cs4430.conf index 8e93695..4c0311c 100644 --- a/etc/nginx/conf.d/cs4430.conf +++ b/etc/nginx/conf.d/cs4430.conf @@ -3,14 +3,14 @@ server { listen [::]:80; root /var/www/; - index index.html index.php; + index index.html server_name _; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; location / { - try_files $uri $uri/ /index.php /index.html =404; + try_files $uri $uri/ /index.html =404; } location ~ \.php$ {