From e3b7fcc6468616339756acb5ac23edb41543df57 Mon Sep 17 00:00:00 2001 From: Bryan Date: Mon, 25 Nov 2019 13:28:38 -0500 Subject: [PATCH] fix the nginx conf file --- 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 1bea391..817d0dd 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 landingPage.html + landingPage.html server_name _; access_log /var/log/nginx/access.log;