diff --git a/README.md b/README.md index 3d6e184..1625ada 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Fork from: [https://gitlab.com/margau_me/legacyip-warn](https://gitlab.com/margau_me/legacyip-warn) -This project allows you to inject an warning banner for IPv4-users with NGINX webserver. +This project allows you to inject an warning banner for IPv4-users with a NGINX webserver. It consists of two snippets and an example vhost configuration. @@ -41,5 +41,5 @@ Add the script to the site config like this: } sub_filter "script-src" "script-src 'unsafe-inline'"; sub_filter "" $legacy; - } -} + } + }