From 6cd84859efa4a1d7889a9315f4c1002e4029c357 Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Mon, 28 Aug 2023 10:32:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20TEST:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0413cd8..43b79ec 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -13,7 +13,7 @@ http { server { listen 80; - server_name localhost; + server_name 49.13.21.211; root /usr/share/nginx/html; index index.html index.htm;