From bf13e08e76aad4e49945f130b5858b8a04a43fee Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 25 Nov 2019 13:48:50 -0500 Subject: [PATCH] Using index.html now --- etc/nginx/conf.d/cs4430.conf | 4 ++-- var/www/landingPage.html | 21 --------------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 var/www/landingPage.html diff --git a/etc/nginx/conf.d/cs4430.conf b/etc/nginx/conf.d/cs4430.conf index 4ea0071..ce02685 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 landingPage.html + index index.html server_name _; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; location / { - try_files $uri $uri/ /landingPage.html =404; + try_files $uri $uri/ /index.html =404; } location ~ \.php$ { diff --git a/var/www/landingPage.html b/var/www/landingPage.html deleted file mode 100644 index fdf8fba..0000000 --- a/var/www/landingPage.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - -

Friendbook

- - - - - - - - - - - -