From f3ae2b81927762a74c60a3ecfc31c06bee001f7a Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 29 Oct 2024 21:30:55 +0100 Subject: [PATCH] job-finder.arti24.eu --- deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile | 2 +- nginx-config/https/https-ai-arti24-eu.conf | 2 +- nginx-config/https/https-job-finder-arti24-eu.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile index 47ce7d9..2f9be71 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile @@ -3,7 +3,7 @@ def domainsToCert = [ // [ false, 'bodypainter.eu', "mail", "stat", "www" ] // [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ] - [ false, "arti24.eu", "www", "api", "angular", "ai" ] + [ false, "arti24.eu", "www", "api", "angular", "ai", "job-finder" ] ] def createCert(domains, repo){ diff --git a/nginx-config/https/https-ai-arti24-eu.conf b/nginx-config/https/https-ai-arti24-eu.conf index 8be0664..87e4186 100644 --- a/nginx-config/https/https-ai-arti24-eu.conf +++ b/nginx-config/https/https-ai-arti24-eu.conf @@ -1,7 +1,7 @@ server { listen 443 ssl; - server_name job-finder.arti24.eu; + server_name ai.arti24.eu; server_tokens off; diff --git a/nginx-config/https/https-job-finder-arti24-eu.conf b/nginx-config/https/https-job-finder-arti24-eu.conf index 757dd35..320dbe7 100644 --- a/nginx-config/https/https-job-finder-arti24-eu.conf +++ b/nginx-config/https/https-job-finder-arti24-eu.conf @@ -1,7 +1,7 @@ server { listen 443 ssl; - server_name ai.arti24.eu; + server_name job-finder.arti24.eu; server_tokens off;