diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 06:57:53 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 06:57:53 -0400 |
| commit | a91b23c5da7096ed823410dee8235390fd6c49f4 (patch) | |
| tree | 56275d99dad1b75d804a7ff78065c5962e564e9d | |
| parent | 710a02655053d733fa7f4a4875ea323c9b8c8ebb (diff) | |
site with broken backlinks supports https now
| -rw-r--r-- | nginx/server.conf | 2 |
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; } |
