add redirect for legacy (never used) /generate_204
This commit is contained in:
parent
967c9a7a7f
commit
5b985a2fe1
@ -166,6 +166,10 @@ http {
|
|||||||
return 301 /mstile/310x150.png;
|
return 301 /mstile/310x150.png;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /generate_204 {
|
||||||
|
return 301 /faq#default-connections;
|
||||||
|
}
|
||||||
|
|
||||||
location = /404 {
|
location = /404 {
|
||||||
internal;
|
internal;
|
||||||
http2_push /grapheneos.css?29;
|
http2_push /grapheneos.css?29;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user