💾 Archived View for thebird.nl › gn-gemtext-threads › issues › genenetwork › http-https.gmi captured on 2022-04-28 at 17:31:08. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
He'd like http to redirect to https.
http://genenetwork.org/ -> https://genenetwork.org/
if ($scheme = http) { return 301 https://$server_name$request_uri; }