From 8ea832bcf339f5fd04d6e79dadf38758584f3739 Mon Sep 17 00:00:00 2001 From: FyloZ Date: Mon, 16 Aug 2021 21:37:08 -0400 Subject: [PATCH] CI/CD --- nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index 6e76f7d..eadc276 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,9 +9,5 @@ http { listen 80; root /usr/bin; include /etc/nginx/mime.types; - -# location / { -# try_files $uri /index.html =404; -# } } }