site with broken backlinks supports https now
This commit is contained in:
parent
710a026550
commit
a91b23c5da
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user