diff options
author | Arun Isaac | 2021-07-31 17:29:48 +0530 |
---|---|---|
committer | Arun Isaac | 2021-07-31 17:31:54 +0530 |
commit | f7aa6b4a3e9facc5fa7bf9a245c6ca7c9510fd5c (patch) | |
tree | 04bb3c58a47d704699e3514b9f75487e8a1c47de | |
parent | f9b85414d8105cf014da728eca800de877845c1b (diff) | |
download | gn-gemtext-f7aa6b4a3e9facc5fa7bf9a245c6ca7c9510fd5c.tar.gz |
issues: Redirect HTTP to HTTPS
* issues/redirect-http-to-https.gmi: New issue.
-rw-r--r-- | issues/redirect-http-to-https.gmi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/issues/redirect-http-to-https.gmi b/issues/redirect-http-to-https.gmi new file mode 100644 index 0000000..a765a94 --- /dev/null +++ b/issues/redirect-http-to-https.gmi @@ -0,0 +1,3 @@ +# Redirect HTTP to HTTPS + +All http://genenetwork.org URIs should redirect to https://genenetwork.org URIs. This should be done on the HTTP server (nginx) config. Currently, if the user enters the HTTP site on their browser, they stay on the HTTP site. |