From e1b186cec7035585d6c7f151faa9fe24d2c80cbd Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 15 Aug 2024 11:51:35 -0400 Subject: [PATCH] change support log lonk --- Nginx/Server Blocks/cr.ins.conf | 12 ------------ ...ryofcode.org.conf => cshd.libraryofcode.org.conf} | 0 2 files changed, 12 deletions(-) delete mode 100644 Nginx/Server Blocks/cr.ins.conf rename Nginx/Server Blocks/{cshd-logs.libraryofcode.org.conf => cshd.libraryofcode.org.conf} (100%) diff --git a/Nginx/Server Blocks/cr.ins.conf b/Nginx/Server Blocks/cr.ins.conf deleted file mode 100644 index 24d2202..0000000 --- a/Nginx/Server Blocks/cr.ins.conf +++ /dev/null @@ -1,12 +0,0 @@ -server { - listen 10.8.0.1:443 ssl http2; - #listen [::]:443 ssl http2; - server_name cr.ins; - - ssl_certificate /etc/nginx/ssl/cr-ins.chain.crt; - ssl_certificate_key /etc/nginx/ssl/cr-ins.key.pem; - - location / { - proxy_pass http://10.8.0.1:3891; - } -} diff --git a/Nginx/Server Blocks/cshd-logs.libraryofcode.org.conf b/Nginx/Server Blocks/cshd.libraryofcode.org.conf similarity index 100% rename from Nginx/Server Blocks/cshd-logs.libraryofcode.org.conf rename to Nginx/Server Blocks/cshd.libraryofcode.org.conf