site with broken backlinks supports https now

This commit is contained in:
Daniel Micay 2020-05-08 06:57:53 -04:00
parent 710a026550
commit a91b23c5da

View File

@ -103,7 +103,7 @@ server {
add_header Cache-Control "public, max-age=1800"; 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=$" { location ~ "^/(.*)<a href=$" {
return 301 https://grapheneos.org/$1; return 301 https://grapheneos.org/$1;
} }