redirect cshd.libraryofcode.org
parent
7d1d5b4022
commit
f60be3900a
|
@ -6,7 +6,5 @@ server {
|
||||||
ssl_certificate /etc/nginx/ssl/org.chain.crt;
|
ssl_certificate /etc/nginx/ssl/org.chain.crt;
|
||||||
ssl_certificate_key /etc/nginx/ssl/org.key.pem;
|
ssl_certificate_key /etc/nginx/ssl/org.key.pem;
|
||||||
|
|
||||||
location / {
|
return 302 https://staff.libraryofcode.org$request_uri;
|
||||||
proxy_pass http://localhost:5479;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue