diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-30 19:49:26 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-30 19:49:26 -0500 |
| commit | 5b985a2fe15a2cee64bd6df30d378a6d21aefdee (patch) | |
| tree | 83dafb100c6c8c97301d5cedd5b44654ff2df1db /nginx | |
| parent | 967c9a7a7fa8d1a9d718b9c13be2819824344886 (diff) | |
add redirect for legacy (never used) /generate_204
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 6190ffa6..51a6ff40 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -166,6 +166,10 @@ http { return 301 /mstile/310x150.png; } + location = /generate_204 { + return 301 /faq#default-connections; + } + location = /404 { internal; http2_push /grapheneos.css?29; |
