diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 8a05391d..786a7471 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -158,6 +158,10 @@ http { return 301 /install/web; } + location = /install-web { + return 301 /install/web; + } + location = /LICENSE { return 301 /LICENSE.txt; } diff --git a/static/faq.html b/static/faq.html index c8b4d632..44734880 100644 --- a/static/faq.html +++ b/static/faq.html @@ -1107,7 +1107,7 @@
Either follow the official command-line installation - guide or use our web-based installer. Third party + guide or use our web-based installer. Third party installation guides tend to be out-of-date and often contain misguided advice and errors. If you have trouble with the installation process, ask for help from the #grapheneos Matrix / IRC channel.