redirect cshd.libraryofcode.org

master
Matthew 2024-10-23 21:01:57 -04:00
parent 7d1d5b4022
commit f60be3900a
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 3 deletions

View File

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