diff --git a/docs/setup.rst b/docs/setup.rst
index d65d770..a0da99b 100644
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -171,7 +171,16 @@ Example:
[...]
+If you are using PHP-FPM you need to disable fcgi cache for the screen module to work correctly. Add the following to VirtualHost section:
+::
+ [...]
+
+ ProxySet flushpackets=on
+
+ [...]
+
+See `mod_proxy documentation `_ for more details.
Stable version
"""""""""""""""""