From c7acbcb1a0a9d02eece36be096f1498c843b4826 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 5 Dec 2024 10:31:04 -0500 Subject: [PATCH] crt --- Nginx/Server Blocks/cert.libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/cert.libraryofcode.org.conf b/Nginx/Server Blocks/cert.libraryofcode.org.conf index afee2b2..df791f9 100644 --- a/Nginx/Server Blocks/cert.libraryofcode.org.conf +++ b/Nginx/Server Blocks/cert.libraryofcode.org.conf @@ -7,6 +7,6 @@ server { ssl_certificate_key /etc/nginx/ssl/org.key.pem; location / { - proxy_pass http://localhost:7562; + proxy_pass https://mracs.dev:7563; } }