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