From a489a449582fee86f11037599160571cd7eee5bd Mon Sep 17 00:00:00 2001 From: Wruczek Date: Mon, 31 Jul 2017 04:08:16 +0200 Subject: [PATCH] Created Securing private directory (markdown) --- Securing-private-directory.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Securing-private-directory.md diff --git a/Securing-private-directory.md b/Securing-private-directory.md new file mode 100644 index 0000000..c7e5067 --- /dev/null +++ b/Securing-private-directory.md @@ -0,0 +1,4 @@ +It's very important to isolate the `private` directory from your visitors. In this guide you can learn how to secure it with your web server. + +- [Nginx](#) +- [Apache](#) \ No newline at end of file