From f60be3900a3a47eb828a4beee995630e0323ecf3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 23 Oct 2024 21:01:57 -0400 Subject: [PATCH] redirect cshd.libraryofcode.org --- Nginx/Server Blocks/cshd.libraryofcode.org.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Nginx/Server Blocks/cshd.libraryofcode.org.conf b/Nginx/Server Blocks/cshd.libraryofcode.org.conf index 7ec1bdf..5f0a87d 100644 --- a/Nginx/Server Blocks/cshd.libraryofcode.org.conf +++ b/Nginx/Server Blocks/cshd.libraryofcode.org.conf @@ -6,7 +6,5 @@ server { ssl_certificate /etc/nginx/ssl/org.chain.crt; ssl_certificate_key /etc/nginx/ssl/org.key.pem; - location / { - proxy_pass http://localhost:5479; - } + return 302 https://staff.libraryofcode.org$request_uri; }