summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-08 06:57:53 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-08 06:57:53 -0400
commita91b23c5da7096ed823410dee8235390fd6c49f4 (patch)
tree56275d99dad1b75d804a7ff78065c5962e564e9d
parent710a02655053d733fa7f4a4875ea323c9b8c8ebb (diff)
site with broken backlinks supports https now
-rw-r--r--nginx/server.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/server.conf b/nginx/server.conf
index 32127057..68ebf9fb 100644
--- a/nginx/server.conf
+++ b/nginx/server.conf
@@ -103,7 +103,7 @@ server {
add_header Cache-Control "public, max-age=1800";
}
- # http://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
+ # https://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
location ~ "^/(.*)<a href=$" {
return 301 https://grapheneos.org/$1;
}