From fcecd448fbac9f5d9c1601be3d5b577b07d6d055 Mon Sep 17 00:00:00 2001 From: localhorst Date: Wed, 30 Mar 2022 14:38:02 +0200 Subject: [PATCH] fix in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; - } -} + } + }