From 5a95457157b499a73cbec24947fb45e77d8cb926 Mon Sep 17 00:00:00 2001 From: Vicky Yang Date: Fri, 19 Jun 2020 13:53:02 +0800 Subject: [PATCH] . --- dc3/nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dc3/nginx/conf.d/default.conf b/dc3/nginx/conf.d/default.conf index 74c8caa..c333881 100644 --- a/dc3/nginx/conf.d/default.conf +++ b/dc3/nginx/conf.d/default.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name dc3.com; + server_name 121.89.193.248; location / { root /usr/share/nginx/html;