diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-06 14:10:39 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-06 14:10:39 -0400 |
| commit | a93b9da909240d5c83518e98ad127bd025ff3a94 (patch) | |
| tree | 01626060de22bced4e84b923835eb4a6f22b021a /nginx | |
| parent | 5a26772577e8f97bd33985a746ceb20a338244b4 (diff) | |
remove obsolete redirect
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 962709c6..f61b915d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -266,10 +266,6 @@ http { return 301 /install/web; } - location = /LICENSE { - return 301 /LICENSE.txt; - } - location = /generate_204 { return 301 /faq#default-connections; } |
