Skip to content

Commit 5c0adce

Browse files
authored
Merge pull request #422 from ByteInternet/ddelwig-patch-1
Update how-to-block-your-webshop-for-specific-countries.md
2 parents 739c5a6 + b7cd512 commit 5c0adce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-platform/nginx/how-to-block-your-webshop-for-specific-countries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A lot of spam and abuse comes from specific countries. If you don't do business
1818
- Country detection is 99,8% accurate (according to MaxMind, the supplier of the geo database).
1919
- 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.
2020

21-
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:
21+
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:
2222

2323
In `http.countries_map`:
2424

0 commit comments

Comments
 (0)