From b8caf70c7f5a9b5655e66f7169f8bb9a8eaa4320 Mon Sep 17 00:00:00 2001 From: Vicky Yang Date: Fri, 19 Jun 2020 12:15:31 +0800 Subject: [PATCH] dc3-web --- 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 3fdffc0..18af5f2 100644 --- a/dc3/nginx/conf.d/default.conf +++ b/dc3/nginx/conf.d/default.conf @@ -17,7 +17,7 @@ server { server { listen 443 ssl; - server_name demo.dc3.site; + server_name dc3-web; add_header X-Xss-Protection 1; add_header X-Frame-Options DENY;