From 49e5b074ab2a99c99b6ce3e70418c91b9c2a0071 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 25 Nov 2019 13:32:35 -0500 Subject: [PATCH] Added index directive --- etc/nginx/conf.d/cs4430.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/conf.d/cs4430.conf b/etc/nginx/conf.d/cs4430.conf index 817d0dd..4ea0071 100644 --- a/etc/nginx/conf.d/cs4430.conf +++ b/etc/nginx/conf.d/cs4430.conf @@ -3,7 +3,7 @@ server { listen [::]:80; root /var/www/; - landingPage.html + index landingPage.html server_name _; access_log /var/log/nginx/access.log;