From 58da81a5c0697ed9afcb9325eb29f912eba64d8e Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 15 Aug 2024 11:54:48 -0400 Subject: [PATCH] change support log lonk --- Nginx/Server Blocks/cshd.libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/cshd.libraryofcode.org.conf b/Nginx/Server Blocks/cshd.libraryofcode.org.conf index 0e37dff..7ec1bdf 100644 --- a/Nginx/Server Blocks/cshd.libraryofcode.org.conf +++ b/Nginx/Server Blocks/cshd.libraryofcode.org.conf @@ -1,7 +1,7 @@ server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name cshd-logs.libraryofcode.org; + server_name cshd.libraryofcode.org; ssl_certificate /etc/nginx/ssl/org.chain.crt; ssl_certificate_key /etc/nginx/ssl/org.key.pem;