You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: