diff --git a/tests/plugins/simply/force_https/config.json b/tests/plugins/simply/force_https/config.json deleted file mode 100644 index 3c47ff0..0000000 --- a/tests/plugins/simply/force_https/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "severity": "LOW" -} \ No newline at end of file diff --git a/tests/plugins/simply/force_https/return.conf b/tests/plugins/simply/force_https/return.conf deleted file mode 100644 index fee32c1..0000000 --- a/tests/plugins/simply/force_https/return.conf +++ /dev/null @@ -1 +0,0 @@ -return 301 http://some.yandex.ru/; \ No newline at end of file diff --git a/tests/plugins/simply/force_https/rewrite.conf b/tests/plugins/simply/force_https/rewrite.conf deleted file mode 100644 index 2e23d6d..0000000 --- a/tests/plugins/simply/force_https/rewrite.conf +++ /dev/null @@ -1 +0,0 @@ -rewrite ^ http://some.yandex.ru/ permanent; \ No newline at end of file diff --git a/tests/plugins/simply/force_https/simple_fp.conf b/tests/plugins/simply/force_https/simple_fp.conf deleted file mode 100644 index 5a1aba8..0000000 --- a/tests/plugins/simply/force_https/simple_fp.conf +++ /dev/null @@ -1,2 +0,0 @@ -rewrite ^ https://some.yandex.ru/ permanent; -return 301 https://some.yandex.ru/; \ No newline at end of file