From 0d9c70a554bf6a43917a5f3a2256da6b47ff7afb Mon Sep 17 00:00:00 2001 From: shazlithebestie <106516061+shazlithebestie@users.noreply.github.com> Date: Tue, 26 Dec 2023 11:24:00 +0800 Subject: [PATCH] Update leekuanyewworldcityprize.gov.sg.conf --- letsencrypt/leekuanyewworldcityprize.gov.sg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/leekuanyewworldcityprize.gov.sg.conf b/letsencrypt/leekuanyewworldcityprize.gov.sg.conf index 363bdfb..d48a60a 100644 --- a/letsencrypt/leekuanyewworldcityprize.gov.sg.conf +++ b/letsencrypt/leekuanyewworldcityprize.gov.sg.conf @@ -1,7 +1,7 @@ server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name leekuanyewworldcityprize.gov.sg www.worldcityprize.com.sg www.worldcityprize.sg; + server_name leekuanyewworldcityprize.gov.sg worldcityprize.com.sg www.worldcityprize.com.sg worldcityprize.sg www.worldcityprize.sg; ssl_certificate /etc/letsencrypt/live/leekuanyewworldcityprize.gov.sg/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/leekuanyewworldcityprize.gov.sg/privkey.pem; return 301 https://www.leekuanyewworldcityprize.gov.sg$request_uri;