From b7cd512695006ae22f0a96c90428bc713c904102 Mon Sep 17 00:00:00 2001 From: ddelwig Date: Fri, 24 Oct 2025 10:40:21 +0200 Subject: [PATCH] Update how-to-block-your-webshop-for-specific-countries.md Change /nginx to ~/nginx --- .../nginx/how-to-block-your-webshop-for-specific-countries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/nginx/how-to-block-your-webshop-for-specific-countries.md b/docs/hypernode-platform/nginx/how-to-block-your-webshop-for-specific-countries.md index ae60ea29..9799b9a4 100644 --- a/docs/hypernode-platform/nginx/how-to-block-your-webshop-for-specific-countries.md +++ b/docs/hypernode-platform/nginx/how-to-block-your-webshop-for-specific-countries.md @@ -18,7 +18,7 @@ A lot of spam and abuse comes from specific countries. If you don't do business - Country detection is 99,8% accurate (according to MaxMind, the supplier of the geo database). - It is generally better to serve a static page, than to enforce a hard block. Static pages consume almost no resources and can be used to explain alternative ways to contact your organisation. -If you want to block, say, Russia and China, create the files `http.countries_map` and `server.countries_block` in the `/nginx` folder on your Hypernode. In these files you can use the following configuration: +If you want to block, say, Russia and China, create the files `http.countries_map` and `server.countries_block` in the `~/nginx` folder on your Hypernode. In these files you can use the following configuration: In `http.countries_map`: