From d53276c5876d32d03482075f5f0700c9f67600d2 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 2 Oct 2024 13:08:41 -0400 Subject: [PATCH] configure dashboard proxying --- Nginx/Server Blocks/staff.libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/staff.libraryofcode.org.conf b/Nginx/Server Blocks/staff.libraryofcode.org.conf index c861c9f..3876b5c 100644 --- a/Nginx/Server Blocks/staff.libraryofcode.org.conf +++ b/Nginx/Server Blocks/staff.libraryofcode.org.conf @@ -8,6 +8,6 @@ server { #limit_req zone=one burst=15; location / { - return 307 https://wiki.libraryofcode.org/en/cs-support; + proxy_pass http://localhost:6574; } }