From ff3b4a4b950a261a1cfc67c4aea186497e7ce35d Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sat, 19 Oct 2019 16:24:41 -0400 Subject: [PATCH] See if this removes warning --- etc/nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index f5ea75c..2e12187 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -4,7 +4,7 @@ server { root /var/www; index index.html; - server_name _; +# server_name _; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log;