From 5a40cb52ddbcc78ac02f744a2419eb6232e72c3b Mon Sep 17 00:00:00 2001 From: "Slof, Didier" Date: Fri, 26 Jan 2024 19:18:41 +0100 Subject: [PATCH] feat: migrate to cddn-webwinkel.nl domain --- custom/nginx/conf.d/wordpress.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/nginx/conf.d/wordpress.conf b/custom/nginx/conf.d/wordpress.conf index 301e371..b842ad1 100644 --- a/custom/nginx/conf.d/wordpress.conf +++ b/custom/nginx/conf.d/wordpress.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name cddn.ixvd.net; + server_name cddn-webwinkel.nl; # SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!