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