add HTTP /generate_204 endpoint
This commit is contained in:
parent
b123797d47
commit
9b99a3d8d9
@ -93,7 +93,13 @@ server {
|
|||||||
|
|
||||||
root /var/empty;
|
root /var/empty;
|
||||||
|
|
||||||
return 301 https://connectivitycheck.grapheneos.org$request_uri;
|
location = /generate_204 {
|
||||||
|
return 204;
|
||||||
|
}
|
||||||
|
|
||||||
|
location / {
|
||||||
|
return 301 https://connectivitycheck.grapheneos.org$request_uri;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user