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; } }