UGA has given us a domain: csip.uga.edu. But the implementation sucks.
Currently accessing it over http returns a 302 redirect to our GitHub site. It does not support https.
To avoid the constant redirects and support https, we must use csip-uga.github.io internally. This only really comes up in _config.yml.
Ideally we'd like the redirect to be handled at the DNS level with a CNAME record. EITS is giving us the run-around, saying that it's a procurement issue.
UGA has given us a domain:
csip.uga.edu. But the implementation sucks.Currently accessing it over http returns a 302 redirect to our GitHub site. It does not support https.
To avoid the constant redirects and support https, we must use
csip-uga.github.iointernally. This only really comes up in_config.yml.Ideally we'd like the redirect to be handled at the DNS level with a CNAME record. EITS is giving us the run-around, saying that it's a procurement issue.