From aea341444d6032ddc569254e6046b9667edff555 Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Mon, 28 Aug 2023 10:30:53 +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 08d6e2f..0413cd8 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -66,7 +66,7 @@ http { server { # This new server will watch for traffic on 443 listen 443 ssl http2; - server_name localhost; + server_name 49.13.21.211; ssl_certificate /etc/nginx/external-certificate/certificate.crt; ssl_certificate_key /etc/nginx/external-certificate/certificate.key; root /usr/share/nginx/html;