From 147c287168b288c170c4c5f37be13cd5d4994565 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Sun, 17 Nov 2024 15:24:29 -0500 Subject: [PATCH] remove existing location --- nginx/default.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nginx/default.conf b/nginx/default.conf index 3bc9b47..eb03d21 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -4,11 +4,6 @@ server { #access_log /var/log/nginx/host.access.log main; - location / { - root /usr/share/nginx/html; - index index.html index.htm; - } - #error_page 404 /404.html; # redirect server error pages to the static page /50x.html