From 82f8bb72217c05c1eee34825eed84143917edc30 Mon Sep 17 00:00:00 2001 From: Adam Gschwender Date: Fri, 21 Apr 2017 14:01:23 -0400 Subject: [PATCH] Encourage web server usage --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 8ece757..21e13be 100644 --- a/README.rst +++ b/README.rst @@ -466,6 +466,11 @@ test command to regenerate the expected output for the test cases. Deploying ========= +It is strongly encouraged that pilbox not be directly accessible to +the internet. Instead, it should only be accessible via a web server, +e.g. NGINX or Apache, or some other application that is designed to +handle direct traffic from the internet. + The application itself does not include any caching. It is recommended that the application run behind a CDN for larger applications or behind varnish for smaller ones.